Label |
The LabelStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | ChildrenCount | Gets the number of child label style under the current labelstyle node. |
![]() | CreateBy | Gets or Sets the "Created by" string for the style. (Inherited from StyleBase) |
![]() | DateCreated | Gets the "Date created" string for the style. (Inherited from StyleBase) |
![]() | DateModified | Gets the "Date modified" string for the style. (Inherited from StyleBase) |
![]() | Description |
Gets or sets the description.
(Inherited from DBObject) |
![]() | Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) |
![]() | ItemInt32 | |
![]() | ItemString | |
![]() | ModifiedBy | Gets the "Modified by" string for the style. (Inherited from StyleBase) |
![]() | Name | Sets the "Name" string for the style. (Inherited from StyleBase) |
![]() | ParentLabelStyleId | Gets the object id of parent lable style . |
![]() | Properties | Gets the leader related properties of the default label style settings. |
Name | Description | |
---|---|---|
![]() | AddChild | Add a new child label style to the current label style's node with the default setings' value. |
![]() | AddComponent | Add a valid component into the label style. |
![]() | AddReferenceTextComponent | Add ReferenceText component into the label style. |
![]() | AddTextForEachComponent | Add TextForEach component into the label style. |
![]() | CopyAsSibling |
Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase) |
![]() | ExportTo(Database, StyleConflictResolverType) |
Exports the current style to another drawing.
(Inherited from StyleBase) |
![]() | GetComponents | Gets the objectId collection of label style components that specify the appearance and behavior of labels. |
![]() | GetComponentsCount | The number of all components. |
![]() | GetComponentsCount(LabelStyleComponentType) | The number of a specific type of component. |
![]() | GetComponentsDrawOrder | Gets the supported components in draw order, component at the end(as UI list on the top) is drawn last. |
![]() | IsSupportedComponent | Gets an bool value specifies whether the component type is supported in this label style. |
![]() | RemoveAllDescendants | Removes all the descendants under the current labelstyle node. |
![]() | RemoveChild(Int32) | Removes a child label style by index from the current labelstyle node. |
![]() | RemoveChild(String) | Removes a child label style by name from the current labelstyle node. |
![]() | RemoveComponent | Remove a component from the label style. |
![]() | SetComponentsDrawOrder | Sets the supported components' draw order. |
![]() | SwitchComponentsDrawOrder | Switch the supported components' draw order by index. |