Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel.specs

Class CmxTextBlockSpec

  • java.lang.Object
    • com.aspose.imaging.fileformats.cmx.objectmodel.specs.CmxTextBlockSpec
    • Constructor Detail

      • CmxTextBlockSpec

        public CmxTextBlockSpec()
    • Method Detail

      • getParagraphStyle

        public final CmxParagraphStyle getParagraphStyle()

        Gets the paragraph style.

        Returns:
        the paragraph style.
      • setParagraphStyle

        public final void setParagraphStyle(CmxParagraphStyle value)

        Sets the paragraph style.

        Parameters:
        value - the paragraph style.
      • getFont

        public final Font getFont()

        Gets the font.

        Returns:
        the font.
      • setFont

        public final void setFont(Font value)

        Sets the font.

        Parameters:
        value - the font.
      • getMatrix

        public final Matrix getMatrix()

        Gets the transformation matrix.

        Returns:
        the transformation matrix.
      • setMatrix

        public final void setMatrix(Matrix value)

        Sets the transformation matrix.

        Parameters:
        value - the transformation matrix.
      • getText

        public final String getText()

        Gets the text.

        Returns:
        the text.
      • setText

        public final void setText(String value)

        Sets the text.

        Parameters:
        value - the text.
      • getCharLocations

        public final PointF[] getCharLocations()

        Gets the character locations.

        Returns:
        the character locations.
      • setCharLocations

        public final void setCharLocations(PointF[] value)

        Sets the character locations.

        Parameters:
        value - the character locations.