OdGraphicStyle Class
Contents
[
Hide
]Summary: The open document graphic style.
Module: aspose.imaging.fileformats.opendocument.objects
Full Name: aspose.imaging.fileformats.opendocument.objects.OdGraphicStyle
Constructors
| Name | Description |
|---|---|
| OdGraphicStyle() | Initializes a new instance of the OdGraphicStyle class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| brush | OdBrush | r/w | Gets the brush. |
| end_guide | float | r/w | Gets or sets the end guide. |
| end_marker | OdMarker | r/w | Gets or sets the end marker. |
| end_marker_width | float | r/w | Gets or sets the end width of the marker. |
| font | OdFont | r | Gets the font. |
| line_height | int | r/w | Gets or sets the height of the line. |
| margin_bottom | float | r/w | Gets or sets the margin bottom. |
| margin_top | float | r/w | Gets or sets the margin top. |
| measure_line_distance | float | r/w | Gets or sets the measure line distance. |
| opacity | int | r/w | Gets or sets the opacity. |
| padding_bottom | float | r/w | Gets or sets the padding bottom. |
| padding_left | float | r/w | Gets or sets the padding left. |
| padding_right | float | r/w | Gets or sets the padding right. |
| padding_top | float | r/w | Gets or sets the padding top. |
| pen | OdPen | r | Gets the pen. |
| space_before | float | r/w | Gets or sets the space before. |
| start_guide | float | r/w | Gets or sets the start guide. |
| start_marker | OdMarker | r/w | Gets or sets the start marker. |
| start_marker_width | float | r/w | Gets or sets the start width of the marker. |
| style_position | float | r/w | Gets or sets the style position. |
| text_align | OdTextAlignModeFlags | r/w | Gets or sets the text align. |
| text_color | int | r/w | Gets or sets the color of the text. |
| transform_info | OdTransformInfo | r | Gets the transform information. |
Methods
| Name | Description |
|---|---|
| copy() | Copies this instance. |
Constructor: OdGraphicStyle()
OdGraphicStyle()
Initializes a new instance of the OdGraphicStyle class
Method: copy()
copy()
Copies this instance.
Returns
| Type | Description |
|---|---|
| OdGraphicStyle | Gets the copy of this instance. |