Packages

 

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

Class BooleanStructure



  • public final class BooleanStructure
    extends OSTypeStructure

    The boolean structure.

    • Field Detail

      • StructureKey

        public static final int StructureKey

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • BooleanStructure

        public BooleanStructure(ClassID keyName)

        Initializes a new instance of the BooleanStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getValue

        public final boolean getValue()

        Gets or sets a boolean value.

        Value: A boolean value.
      • setValue

        public final void setValue(boolean value)

        Gets or sets a boolean value.

        Value: A boolean value.