Packages

 

com.aspose.psd.fileformats.psd.layers.layerresources

Class TypeToolStyleInfo

  • java.lang.Object
    • com.aspose.psd.fileformats.psd.layers.layerresources.TypeToolStyleInfo


  • public class TypeToolStyleInfo
    extends Object

    Type tool style information.

    • Constructor Detail

      • TypeToolStyleInfo

        public TypeToolStyleInfo()
    • Method Detail

      • getMarkValue

        public final short getMarkValue()

        Gets or sets the mark value.

        Value: The mark value.
      • setMarkValue

        public final void setMarkValue(short value)

        Gets or sets the mark value.

        Value: The mark value.
      • getFaceMarkValue

        public final short getFaceMarkValue()

        Gets or sets the face mark value.

        Value: The face mark value.
      • setFaceMarkValue

        public final void setFaceMarkValue(short value)

        Gets or sets the face mark value.

        Value: The face mark value.
      • getSizeValue

        public final int getSizeValue()

        Gets or sets the size value.

        Value: The size value.
      • setSizeValue

        public final void setSizeValue(int value)

        Gets or sets the size value.

        Value: The size value.
      • getTrackingValue

        public final int getTrackingValue()

        Gets or sets the tracking value.

        Value: The tracking value.
      • setTrackingValue

        public final void setTrackingValue(int value)

        Gets or sets the tracking value.

        Value: The tracking value.
      • getKerningValue

        public final int getKerningValue()

        Gets or sets the kerning value.

        Value: The kerning value.
      • setKerningValue

        public final void setKerningValue(int value)

        Gets or sets the kerning value.

        Value: The kerning value.
      • getLeadingValue

        public final int getLeadingValue()

        Gets or sets the leading value.

        Value: The leading value.
      • setLeadingValue

        public final void setLeadingValue(int value)

        Gets or sets the leading value.

        Value: The leading value.
      • getBaseShiftValue

        public final int getBaseShiftValue()

        Gets or sets the base shift value.

        Value: The base shift value.
      • setBaseShiftValue

        public final void setBaseShiftValue(int value)

        Gets or sets the base shift value.

        Value: The base shift value.
      • getAutoKern

        public final boolean getAutoKern()

        Gets or sets a value indicating whether auto kerning is on or off.

        Value: true if auto kerning is on; otherwise, false.
      • setAutoKern

        public final void setAutoKern(boolean value)

        Gets or sets a value indicating whether auto kerning is on or off.

        Value: true if auto kerning is on; otherwise, false.
      • getRotateDown

        public final boolean getRotateDown()

        Gets or sets a value indicating whether it is a rotate down style.

        Value: true if it is a rotate down style; otherwise, false.
      • setRotateDown

        public final void setRotateDown(boolean value)

        Gets or sets a value indicating whether it is a rotate down style.

        Value: true if it is a rotate down style; otherwise, false.
      • save

        public final void save(StreamContainer streamContainer,
                               int psdVersion)

        Saves the TypeToolFontInfo information to the specified stream container.

        Parameters:
        streamContainer - The stream container to save to.
        psdVersion - The PSD version.