LayOut C API
|
Go to the source code of this file.
Functions | |
LO_RESULT | LOGridGetMajorSpacing (LOGridRef grid, double *spacing) |
Gets the major space size of the grid. More... | |
LO_RESULT | LOGridSetMajorSpacing (LOGridRef grid, double spacing) |
Sets the gap between major grid lines for the grid. More... | |
LO_RESULT | LOGridGetMinorDivisions (LOGridRef grid, int *divisions) |
Gets the number of minor divisions of the grid. More... | |
LO_RESULT | LOGridSetMinorDivisions (LOGridRef grid, int divisions) |
Sets the number of minor divisions for the grid. More... | |
LO_RESULT | LOGridGetMajorColor (LOGridRef grid, SUColor *color) |
Gets the color for the major grid lines. More... | |
LO_RESULT | LOGridSetMajorColor (LOGridRef grid, SUColor color) |
Sets the color for the major grid lines. More... | |
LO_RESULT | LOGridGetMinorColor (LOGridRef grid, SUColor *color) |
Gets the color for the minor grid lines. More... | |
LO_RESULT | LOGridSetMinorColor (LOGridRef grid, SUColor color) |
Sets the color for the minor grid lines. More... | |
LO_RESULT | LOGridGetShow (LOGridRef grid, bool *show) |
Gets whether or not the grid is visible. More... | |
LO_RESULT | LOGridSetShow (LOGridRef grid, bool show) |
Sets whether or not the grid is visible. More... | |
LO_RESULT | LOGridGetShowMajor (LOGridRef grid, bool *show) |
Gets whether or not the major grid lines are visible. More... | |
LO_RESULT | LOGridSetShowMajor (LOGridRef grid, bool show) |
Sets whether or not the major grid lines are visible. More... | |
LO_RESULT | LOGridGetShowMinor (LOGridRef grid, bool *show) |
Gets whether or not the minor grid lines are visible. More... | |
LO_RESULT | LOGridSetShowMinor (LOGridRef grid, bool show) |
Sets whether or not the minor grid lines are visible. More... | |
LO_RESULT | LOGridGetPrint (LOGridRef grid, bool *print) |
Gets whether or not the grid will be printed. More... | |
LO_RESULT | LOGridSetPrint (LOGridRef grid, bool print) |
Sets whether or not the grid is will be printed. More... | |
LO_RESULT | LOGridGetInFront (LOGridRef grid, bool *in_front) |
Gets whether or not the grid is drawn on top of entities. More... | |
LO_RESULT | LOGridSetInFront (LOGridRef grid, bool in_front) |
Sets whether or not the grid is drawn on top of entities. More... | |
LO_RESULT | LOGridGetClipToMargins (LOGridRef grid, bool *clip) |
Gets whether or not the grid is clipped to the paper margins. More... | |
LO_RESULT | LOGridSetClipToMargins (LOGridRef grid, bool clip) |
Sets whether or not the grid is clipped to the paper margins. More... | |
Gets whether or not the grid is clipped to the paper margins.
[in] | grid | The grid object. |
[out] | clip | Whether or not the grid is on top of entities. |
Gets whether or not the grid is drawn on top of entities.
[in] | grid | The grid object. |
[out] | in_front | Whether or not the grid is on top of entities. |
Gets the color for the major grid lines.
[in] | grid | The grid object. |
[out] | color | The color of the major grid lines. |
Gets the major space size of the grid.
[in] | grid | The grid object. |
[out] | spacing | The spacing of the major divisions of the grid. |
Gets the color for the minor grid lines.
[in] | grid | The grid object. |
[out] | color | The color of the minor grid lines. |
Gets the number of minor divisions of the grid.
[in] | grid | The grid object. |
[out] | divisions | The minor division count. |
Gets whether or not the grid will be printed.
[in] | grid | The grid object. |
[out] | Whether or not the grid will be printed. |
Gets whether or not the grid is visible.
[in] | grid | The grid object. |
[out] | show | Whether or not the grid is visible. |
Gets whether or not the major grid lines are visible.
[in] | grid | The grid object. |
[out] | show | Whether or not the major grid lines are visible. |
Gets whether or not the minor grid lines are visible.
[in] | grid | The grid object. |
[out] | show | Whether or not the minor grid lines are visible. |
Sets whether or not the grid is clipped to the paper margins.
[in] | grid | The grid object. |
[in] | clip | Whether or not the grid is clipped to the paper margins. |
Sets whether or not the grid is drawn on top of entities.
[in] | grid | The grid object. |
[in] | in_front | Whether or not the grid is on top of entities. |
Sets the color for the major grid lines.
[in] | grid | The grid object. |
[in] | color | The new color for the major grid lines. |
Sets the gap between major grid lines for the grid.
[in] | grid | The grid object. |
[in] | spacing | The number of minor grid lines to have between major grid lines. Must be positive. |
Sets the color for the minor grid lines.
[in] | grid | The grid object. |
[in] | color | The new color for the minor grid lines. |
Sets the number of minor divisions for the grid.
[in] | grid | The grid object. |
[in] | divisions | The number of minor grid lines to have between major grid lines. Must not be negative. |
Sets whether or not the grid is will be printed.
[in] | grid | The grid object. |
[in] | Whether or not the grid will be printed. |
Sets whether or not the grid is visible.
[in] | grid | The grid object. |
[in] | show | Whether or not the grid is visible. |
Sets whether or not the major grid lines are visible.
[in] | grid | The grid object. |
[in] | show | Whether or not the major grid lines are visible. |
Sets whether or not the minor grid lines are visible.
[in] | grid | The grid object. |
[in] | show | Whether or not the minor grid lines are visible. |