OdCustomShape

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

public class OdCustomShape extends OdStyledObject

La forme personnalisée du document ouvert.

Constructeurs

ConstructeurDescription
OdCustomShape(OdObject parent)Initialise une nouvelle instance de la classe OdCustomShape.

Méthodes

MéthodeDescription
getStyleName()Obtient ou définit le nom du style.
setStyleName(String value)Obtient ou définit le nom du style.
getTextStyleName()Obtient ou définit le nom du style de texte.
setTextStyleName(String value)Obtient ou définit le nom du style de texte.
getLayer()Obtient ou définit le calque.
setLayer(String value)Obtient ou définit le calque.

OdCustomShape(OdObject parent)

public OdCustomShape(OdObject parent)

Initialise une nouvelle instance de la classe OdCustomShape.

Parameters:

ParamètreTypeDescription
parentOdObjectLe parent.

getStyleName()

public String getStyleName()

Obtient ou définit le nom du style.

Returns: java.lang.String - Le nom du style.

setStyleName(String value)

public void setStyleName(String value)

Obtient ou définit le nom du style.

Parameters:

ParamètreTypeDescription
valeurjava.lang.StringLe nom du style.

getTextStyleName()

public String getTextStyleName()

Obtient ou définit le nom du style de texte.

Returns: java.lang.String - Le nom du style de texte.

setTextStyleName(String value)

public void setTextStyleName(String value)

Obtient ou définit le nom du style de texte.

Parameters:

ParamètreTypeDescription
valeurjava.lang.StringLe nom du style de texte.

getLayer()

public String getLayer()

Obtient ou définit le calque.

Returns: java.lang.String - Le calque.

setLayer(String value)

public void setLayer(String value)

Obtient ou définit le calque.

Parameters:

ParamètreTypeDescription
valeurjava.lang.StringLe calque.