OdStyledObject

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

ConstructorDescripción
OdStyledObject(OdObject parent)Inicializa una nueva instancia de la clase OdStyledObject.

Métodos

MétodoDescripció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ámetroTipoDescripción
parentOdObjectEl 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ámetroTipoDescripción
valueOdGraphicStyleEl 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ámetroTipoDescripción
valueRectangleFEl rectángulo.