OdGraphicStyle Class

Summary: The open document graphic style.

Module: aspose.imaging.fileformats.opendocument.objects

Full Name: aspose.imaging.fileformats.opendocument.objects.OdGraphicStyle

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
OdGraphicStyle()Initializes a new instance of the OdGraphicStyle class

Properties

NameTypeAccessDescription
brushOdBrushr/wGets the brush.
end_guidefloatr/wGets or sets the end guide.
end_markerOdMarkerr/wGets or sets the end marker.
end_marker_widthfloatr/wGets or sets the end width of the marker.
fontOdFontrGets the font.
line_heightintr/wGets or sets the height of the line.
margin_bottomfloatr/wGets or sets the margin bottom.
margin_topfloatr/wGets or sets the margin top.
measure_line_distancefloatr/wGets or sets the measure line distance.
opacityintr/wGets or sets the opacity.
padding_bottomfloatr/wGets or sets the padding bottom.
padding_leftfloatr/wGets or sets the padding left.
padding_rightfloatr/wGets or sets the padding right.
padding_topfloatr/wGets or sets the padding top.
penOdPenrGets the pen.
space_beforefloatr/wGets or sets the space before.
start_guidefloatr/wGets or sets the start guide.
start_markerOdMarkerr/wGets or sets the start marker.
start_marker_widthfloatr/wGets or sets the start width of the marker.
style_positionfloatr/wGets or sets the style position.
text_alignOdTextAlignModeFlagsr/wGets or sets the text align.
text_colorintr/wGets or sets the color of the text.
transform_infoOdTransformInforGets the transform information.

Methods

NameDescription
copy()Copies this instance.

Constructor: OdGraphicStyle()

 OdGraphicStyle() 

Initializes a new instance of the OdGraphicStyle class

Method: copy()

 copy() 

Copies this instance.

Returns

TypeDescription
OdGraphicStyleGets the copy of this instance.