OdEnhancedGeometry

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject

public class OdEnhancedGeometry extends OdGraphicObject

El objeto de geometría mejorado.

Constructores

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

Métodos

MétodoDescripción
getEnhancedPath()Obtiene o establece la ruta mejorada.
setEnhancedPath(OdGraphicObject[] value)Obtiene o establece la ruta mejorada.
getViewBox()Obtiene o establece el cuadro de vista.
setViewBox(Rectangle value)Obtiene o establece el cuadro de vista.
getType()Obtiene o establece el tipo.
setType(String value)Obtiene o establece el tipo.

OdEnhancedGeometry(OdObject parent)

public OdEnhancedGeometry(OdObject parent)

Inicializa una nueva instancia de la clase OdEnhancedGeometry.

Parameters:

ParámetroTipoDescripción
parentOdObjectEl padre.

getEnhancedPath()

public OdGraphicObject[] getEnhancedPath()

Obtiene o establece la ruta mejorada.

Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - La ruta mejorada.

setEnhancedPath(OdGraphicObject[] value)

public void setEnhancedPath(OdGraphicObject[] value)

Obtiene o establece la ruta mejorada.

Parameters:

ParámetroTipoDescripción
valueOdGraphicObject[]La ruta mejorada.

getViewBox()

public Rectangle getViewBox()

Obtiene o establece el cuadro de vista.

Returns: Rectangle - The view box.

setViewBox(Rectangle value)

public void setViewBox(Rectangle value)

Obtiene o establece el cuadro de vista.

Parameters:

ParámetroTipoDescripción
valueRectangleEl cuadro de vista.

getType()

public String getType()

Obtiene o establece el tipo.

Returns: java.lang.String - El tipo.

setType(String value)

public void setType(String value)

Obtiene o establece el tipo.

Parameters:

ParámetroTipoDescripción
valorjava.lang.StringEl tipo.