SDTProperties module
- class SDTProperties.SDTProperties
Bases:
DocumentSerializableRepresents the properties of an SDT (Structured Document Tag).
- property Alias: str
Gets or sets the alias of the SDT.
- property Appearance: SdtAppearance
Gets or sets the appearance of the SDT.
- property Color: Color
Gets or sets the appearance of the SDT.
- property ControlProperties: SdtControlProperties
Gets or sets the control properties of the SDT.
- property Id: float
Gets the id. specifes that the contents of this attribute contains a decimal number.
- property IsShowingPlaceHolder: bool
Gets or sets a value indicating whether the SDT is showing a placeholder.
- property IsTemporary: bool
Gets or sets a value indicating whether the SDT is temporary and should be removed when its contents are edited.
- property LockSettings: LockSettingsType
Gets or sets the lock settings of the SDT.
- property SDTType: SdtType
Gets or sets the type of the SDT.
- property Tag: str
Gets or sets the tag of the SDT.
