Clase OdGraphicStyle
Contenido
[
Ocultar
]Summary: The open document graphic style.
Module: aspose.imaging.fileformats.opendocument.objects
Full Name: aspose.imaging.fileformats.opendocument.objects.OdGraphicStyle
Constructors
| Name | Descripción |
|---|---|
| OdGraphicStyle() | Inicializa una nueva instancia de la clase OdGraphicStyle |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| brush | OdBrush | r/w | Obtiene el pincel. |
| end_guide | float | r/w | Obtiene o establece la guía final. |
| end_marker | OdMarker | r/w | Obtiene o establece el marcador final. |
| end_marker_width | float | r/w | Obtiene o establece el ancho final del marcador. |
| font | OdFont | r | Obtiene la fuente. |
| line_height | int | r/w | Obtiene o establece la altura de la línea. |
| margin_bottom | float | r/w | Obtiene o establece el margen inferior. |
| margin_top | float | r/w | Obtiene o establece el margen superior. |
| measure_line_distance | float | r/w | Obtiene o establece la distancia de la línea de medida. |
| opacity | int | r/w | Obtiene o establece la opacidad. |
| padding_bottom | float | r/w | Obtiene o establece el relleno inferior. |
| padding_left | float | r/w | Obtiene o establece el relleno izquierdo. |
| padding_right | float | r/w | Obtiene o establece el relleno derecho. |
| padding_top | float | r/w | Obtiene o establece el relleno superior. |
| pen | OdPen | r | Obtiene la pluma. |
| space_before | float | r/w | Obtiene o establece el espacio anterior. |
| start_guide | float | r/w | Obtiene o establece la guía de inicio. |
| start_marker | OdMarker | r/w | Obtiene o establece el marcador de inicio. |
| start_marker_width | float | r/w | Obtiene o establece el ancho inicial del marcador. |
| style_position | float | r/w | Obtiene o establece la posición del estilo. |
| text_align | OdTextAlignModeFlags | r/w | Obtiene o establece la alineación del texto. |
| text_color | int | r/w | Obtiene o establece el color del texto. |
| transform_info | OdTransformInfo | r | Obtiene la información de transformación. |
Methods
| Name | Descripción |
|---|---|
| copy() | Copia esta instancia. |
Constructor: OdGraphicStyle()
OdGraphicStyle()
Inicializa una nueva instancia de la clase OdGraphicStyle
Method: copy()
copy()
Copia esta instancia.
Returns
| Tipo | Descripción |
|---|---|
| OdGraphicStyle | Obtiene la copia de esta instancia. |