ClassStructure Class
Contents
[
Hide
]Summary: The class structure.
Module: aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures
Full Name: aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures.ClassStructure
Inheritance: OSTypeStructure
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ClassStructure(key_name, class_id, structure_key) | Initializes a new instance of the ClassStructure class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
STRUCTURE_KEY_CLSS [static] | int | r | Identifies the structure key. |
STRUCTURE_KEY_GLBC [static] | int | r | Identifies the structure key. |
STRUCTURE_KEY_TYPE [static] | int | r | Identifies the structure key. |
class_id | ClassID | r/w | Gets or sets the class ID. |
class_name | string | r/w | Gets or sets the class name. |
key | int | r | Gets the structure key. |
key_name | ClassID | r/w | Gets or sets the key name. |
length | int | r | Gets the OSTypeStructure length in bytes. |
Methods
Name | Description |
---|---|
get_header_length() | Gets the header length. |
save(stream_container) | Saves the structure to the specified stream container. |
save_without_key_name(stream_container) | Saves the structure to the specified stream container. |
Constructor: ClassStructure(key_name, class_id, structure_key)
ClassStructure(key_name, class_id, structure_key)
Initializes a new instance of the ClassStructure class.
Parameters:
Parameter | Type | Description |
---|---|---|
key_name | ClassID | Name of the key. |
class_id | ClassID | The class ID. |
structure_key | int | The structure key. |
Method: get_header_length()
get_header_length()
Gets the header length.
Returns
Type | Description |
---|---|
int | The header length |
Method: save(stream_container)
save(stream_container)
Saves the structure to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |
Method: save_without_key_name(stream_container)
save_without_key_name(stream_container)
Saves the structure to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |