Packages

 

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

Class TypeToolStyleInfo

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


  • public class TypeToolStyleInfo
    extends Object

    Type tool style information.

    • Constructor Detail

      • TypeToolStyleInfo

        public TypeToolStyleInfo()
    • Method Detail

      • getMarkValue

        public short getMarkValue()

        Gets or sets the mark value.

        Value: The mark value.
      • setMarkValue

        public void setMarkValue(short value)

        Gets or sets the mark value.

        Value: The mark value.
      • getFaceMarkValue

        public short getFaceMarkValue()

        Gets or sets the face mark value.

        Value: The face mark value.
      • setFaceMarkValue

        public void setFaceMarkValue(short value)

        Gets or sets the face mark value.

        Value: The face mark value.
      • getSizeValue

        public int getSizeValue()

        Gets or sets the size value.

        Value: The size value.
      • setSizeValue

        public void setSizeValue(int value)

        Gets or sets the size value.

        Value: The size value.
      • getTrackingValue

        public int getTrackingValue()

        Gets or sets the tracking value.

        Value: The tracking value.
      • setTrackingValue

        public void setTrackingValue(int value)

        Gets or sets the tracking value.

        Value: The tracking value.
      • getKerningValue

        public int getKerningValue()

        Gets or sets the kerning value.

        Value: The kerning value.
      • setKerningValue

        public void setKerningValue(int value)

        Gets or sets the kerning value.

        Value: The kerning value.
      • getLeadingValue

        public int getLeadingValue()

        Gets or sets the leading value.

        Value: The leading value.
      • setLeadingValue

        public void setLeadingValue(int value)

        Gets or sets the leading value.

        Value: The leading value.
      • getBaseShiftValue

        public int getBaseShiftValue()

        Gets or sets the base shift value.

        Value: The base shift value.
      • setBaseShiftValue

        public void setBaseShiftValue(int value)

        Gets or sets the base shift value.

        Value: The base shift value.
      • getAutoKern

        public 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 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 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 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 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.