OdStyledObject
Contenido
[
Ocultar
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdStyledObject extends OdGraphicObject
El objeto gráfico con estilo del documento open.
Constructores
| Constructor | Descripción |
|---|---|
| OdStyledObject(OdObject parent) | Inicializa una nueva instancia de la clase OdStyledObject. |
Métodos
| Método | Descripción |
|---|---|
| getStyle() | Obtiene o establece el estilo. |
| setStyle(OdGraphicStyle value) | Obtiene o establece el estilo. |
| getRectangle() | Obtiene o establece el rectángulo. |
| setRectangle(RectangleF value) | Obtiene o establece el rectángulo. |
OdStyledObject(OdObject parent)
public OdStyledObject(OdObject parent)
Inicializa una nueva instancia de la clase OdStyledObject.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |
getStyle()
public OdGraphicStyle getStyle()
Obtiene o establece el estilo.
Returns: OdGraphicStyle - The style.
setStyle(OdGraphicStyle value)
public void setStyle(OdGraphicStyle value)
Obtiene o establece el estilo.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | OdGraphicStyle | El estilo. |
getRectangle()
public RectangleF getRectangle()
Obtiene o establece el rectángulo.
Returns: RectangleF - The rectangle.
setRectangle(RectangleF value)
public void setRectangle(RectangleF value)
Obtiene o establece el rectángulo.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | RectangleF | El rectángulo. |