The LabelGroupSubEntity type exposes the following members.

Methods

  NameDescription
Public methodClearAllTextComponentOverrides
Clears all text component overrides in the label.
Public methodGetTextComponentIds
Gets a collection of object ids that represent the text components in a label.
Public methodGetTextComponentJustificationOverride
Get the overriden justification on the specified text component.
Public methodGetTextComponentOverride
Get the overriden text on the specified text component.
Public methodIsTextComponentOverriden
Returns whether the specified text component is overridden.
Public methodReset
Resets the label object to its defaults.
Public methodResetLocation
Resets the location of the label object to its default.
Public methodResetProperties
Resets the properties of the label object to its defaults.
Public methodSetTextComponentJustificationOverride
Overrides the justification on the specified text component.
Public methodSetTextComponentOverride(ObjectId, String)
Overrides the text on the specified text component.
Public methodSetTextComponentOverride(ObjectId, String, TextJustificationType)
Overrides the text and justification on the specified text component.

See Also