Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdCustomShape



  • public class OdCustomShape
    extends OdStyledObject

    The open document custom-shape.

    • Constructor Detail

      • OdCustomShape

        public OdCustomShape(OdObject parent)

        Initializes a new instance of the OdCustomShape class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getStyleName

        public String getStyleName()

        Gets or sets the name of the style.

        Returns:
        The name of the style.
      • setStyleName

        public void setStyleName(String value)

        Gets or sets the name of the style.

        Parameters:
        value - The name of the style.
      • getTextStyleName

        public String getTextStyleName()

        Gets or sets the name of the text style.

        Returns:
        The name of the text style.
      • setTextStyleName

        public void setTextStyleName(String value)

        Gets or sets the name of the text style.

        Parameters:
        value - The name of the text style.
      • getLayer

        public String getLayer()

        Gets or sets the layer.

        Returns:
        The layer.
      • setLayer

        public void setLayer(String value)

        Gets or sets the layer.

        Parameters:
        value - The layer.