TextShape Class |
Namespace: RootPro.RootProCAD
The TextShape type exposes the following members.
Name | Description | |
---|---|---|
Alignment |
Get or set the alignment reference position.
| |
Angle |
Get or set the alignment angle (Degree) of the character.
| |
Attributes |
Get the attribute collection.
(Inherited from Shape.) | |
BackgroundColor |
Get or set the background color of the text.
| |
BackgroundColorNumber |
Gets or sets the color number of the background color of the text.
| |
BackgroundTransparency |
Gets or sets the transparency of the text background color.
| |
Bold |
Gets or sets a value indicating whether the character is bold.
| |
Color |
Get or set the color of the character.
| |
ColorNumber |
Get or set the color number of the character.
| |
DirectionVertical |
Gets or sets the orientation of the character.
| |
Document |
Acquire the document.
(Inherited from Shape.) | |
DrawGroup |
Acquire the parent's drawing group.
(Inherited from Shape.) | |
Drawing |
Acquire a partial diagram.
(Inherited from Shape.) | |
FontHeight |
Get or set the character height.
| |
FontName |
Get or set font name.
| |
HorizontalReverse |
Gets or sets a value indicating whether the character is inverted horizontally.
| |
IsComposite |
Gets a value indicating whether it is a complex figure.
(Inherited from Shape.) | |
IsTemporary |
Get a value indicating whether it is a temporary shape.
(Inherited from Shape.) | |
Layer |
Get or set the layer.
(Inherited from Shape.) | |
LayerID |
Get or set the ID of the layer.
(Inherited from Shape.) | |
LayoutHeight |
layout range (character string range) Get or set the height.
| |
LayoutWidth |
Layout range (character string range) Get or set the width.
| |
LineSpacing |
Get or set line spacing.
| |
Number |
Acquires the figure number.
(Inherited from Shape.) | |
Outline |
Gets or sets a value indicating whether the character is hollowed out.
| |
Overline |
Gets or sets a value indicating whether an upper line is attached to the character.
| |
Point |
Get or set the coordinates of the placement point.
| |
RecordID |
Get the record ID.
(Inherited from Shape.) | |
ShowBackground |
Gets or sets a value that indicates whether to display the background color of the text.
| |
Slant |
Gets or sets the slope of the character.
| |
Spacing |
Get or set character spacing.
| |
Strikeout |
Gets or sets a value indicating whether a strikethrough is attached to the character.
| |
Text |
Get or set a string.
| |
Underline |
Gets or sets a value indicating whether the character is underlined.
| |
VerticalReverse |
Gets or sets a value indicating whether the character is turned upside down.
| |
WidthScale |
Get or set the character width ratio.
| |
WordWrap |
Gets or sets a value indicating Whether to prevent automatic line breaks in the middle of an English word.
|
Name | Description | |
---|---|---|
Clone |
Duplicate a shape to create a temporary instance.
(Inherited from Shape.) | |
Copy |
Create a copy of the shape and add it to the drawing.
(Inherited from Shape.) | |
Delete |
Delete the shape.
(Inherited from Shape.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Explode |
Disassemble the shape.
(Inherited from Shape.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBoundingBox |
Get the rectangular area surrounding the shape.
(Inherited from Shape.) | |
GetBoundingPoints |
Get the area surrounding the shape.
(Inherited from Shape.) | |
GetExplodedShapes |
Get the decomposed figure.
(Inherited from Shape.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOutlineShapes |
Get a shape that represents the outline of characters.
Using this API to infringe on the rights of font creators is prohibited. Please handle the fonts with care. Please use it at your own risk. RootPro Co.,Ltd. shall not be liable for any dispute between the API user and any third party arising out of or in connection with the use of this API. It may not be possible to obtain outlines from some fonts. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Mirror |
Move the figure mirror image.
(Inherited from Shape.) | |
Move |
Move the shape.
(Inherited from Shape.) | |
Rotate |
Rotate the shape.
(Inherited from Shape.) | |
Scale |
Zoom in or out the shape.
(Inherited from Shape.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform |
Convert geometry with specified magnification, angle and coordinates.
(Inherited from Shape.) | |
UpdateAlignment |
Set the alignment and update the coordinates of the placement point.
|