Packages

 

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

Class StringStructure



  • public final class StringStructure
    extends OSTypeStructure

    The string structure.

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • StringStructure

        public StringStructure(ClassID keyName)

        Initializes a new instance of the StringStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getValue

        public String getValue()

        Gets or sets the value.

        Value: The value.
      • setValue

        public void setValue(String value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure