XDLSHolder module

class XDLSHolder.XDLSHolder

Bases: SpireObject

Represents an XDLSHolder object.

AddElement(tagName: str, value: SpireObject)

Adds an element to the XDLSHolder.

AddRefElement(tagName: str, value: SpireObject)

Adds a reference element to the XDLSHolder.

AfterDeserialization(owner: IDocumentSerializable)

Performs actions after deserialization using the specified owner.

BeforeSerialization()

Performs actions before serialization.

property Cleared: bool

Gets the Cleared status of the XDLSHolder.

Dispose()

Disposes the XDLSHolder object.

property EnableID: bool

Gets the EnableID status of the XDLSHolder.

property ID: int

Gets the ID of the XDLSHolder.

ReadHolder(reader: IXDLSContentReader) bool

Reads the XDLSHolder using the specified reader.

property SkipMe: bool

Gets the SkipMe status of the XDLSHolder.

WriteHolder(writer: IXDLSContentWriter)

Writes the XDLSHolder using the specified writer.