Class OdGraphicStyle
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects
- Assembly
- Aspose.Imaging.dll
The open document graphic style.
public class OdGraphicStyle
- Inheritance
-
OdGraphicStyle
- Inherited Members
Constructors
OdGraphicStyle()
public OdGraphicStyle()
Properties
Brush
Gets the brush.
public OdBrush Brush { get; set; }
Property Value
- OdBrush
The brush.
EndGuide
Gets or sets the end guide.
public float EndGuide { get; set; }
Property Value
- float
The end guide.
EndMarker
Gets or sets the end marker.
public OdMarker EndMarker { get; set; }
Property Value
- OdMarker
The end marker.
EndMarkerWidth
Gets or sets the end width of the marker.
public float EndMarkerWidth { get; set; }
Property Value
- float
The end width of the marker.
Font
Gets the font.
public OdFont Font { get; }
Property Value
- OdFont
The font.
LineHeight
Gets or sets the height of the line.
public int LineHeight { get; set; }
Property Value
- int
The height of the line.
MarginBottom
Gets or sets the margin bottom.
public float MarginBottom { get; set; }
Property Value
- float
The margin bottom.
MarginTop
Gets or sets the margin top.
public float MarginTop { get; set; }
Property Value
- float
The margin top.
MeasureLineDistance
Gets or sets the measure line distance.
public float MeasureLineDistance { get; set; }
Property Value
- float
The measure line distance.
Opacity
Gets or sets the opacity.
public int Opacity { get; set; }
Property Value
- int
The opacity.
PaddingBottom
Gets or sets the padding bottom.
public float PaddingBottom { get; set; }
Property Value
- float
The padding bottom.
PaddingLeft
Gets or sets the padding left.
public float PaddingLeft { get; set; }
Property Value
- float
The padding left.
PaddingRight
Gets or sets the padding right.
public float PaddingRight { get; set; }
Property Value
- float
The padding right.
PaddingTop
Gets or sets the padding top.
public float PaddingTop { get; set; }
Property Value
- float
The padding top.
Pen
Gets the pen.
public OdPen Pen { get; }
Property Value
- OdPen
The pen.
SpaceBefore
Gets or sets the space before.
public float SpaceBefore { get; set; }
Property Value
- float
The space before.
StartGuide
Gets or sets the start guide.
public float StartGuide { get; set; }
Property Value
- float
The start guide.
StartMarker
Gets or sets the start marker.
public OdMarker StartMarker { get; set; }
Property Value
- OdMarker
The start marker.
StartMarkerWidth
Gets or sets the start width of the marker.
public float StartMarkerWidth { get; set; }
Property Value
- float
The start width of the marker.
StylePosition
Gets or sets the style position.
public float StylePosition { get; set; }
Property Value
- float
The style position.
TextAlign
Gets or sets the text align.
public OdTextAlignModeFlags TextAlign { get; set; }
Property Value
- OdTextAlignModeFlags
The text align.
TextColor
Gets or sets the color of the text.
public int TextColor { get; set; }
Property Value
- int
The color of the text.
TransformInfo
Gets the transform information.
public OdTransformInfo TransformInfo { get; }
Property Value
- OdTransformInfo
The transform information.
Methods
Copy()
Copies this instance.
public OdGraphicStyle Copy()
Returns
- OdGraphicStyle
Gets the copy of this instance.