The SimpleXhtmlShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleXhtmlShape | Initializes a new instance of the SimpleXhtmlShape class |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Shape.
(Overrides MultilineTextShape..::..Clone()()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Reads this SimpleXhtmlShape from XML.
(Overrides Object..::..Read(XmlReader).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| DefaultBold |
If the text is default bold. (default = false)
| |
| DefaultColor |
The default text color (default = black)
| |
| DefaultFont |
The default font. (default Arial)
| |
| DefaultFontSize |
The default font size. (default 12)
| |
| DefaultItalic |
If the text is default italic. (default = false)
| |
| DefaultStrikeOut |
If the text is default striked through. (default = false)
| |
| DefaultUnderline |
If the text is default underlined. (default = false)
| |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| FirstLineIndentation |
Indentation of first line.
(Inherited from MultilineTextShape.) | |
| FlowDirection |
Flow direction of text elements (fragments).
(Inherited from MultilineTextShape.) | |
| Fragments |
Collection of text fragments.
(Inherited from MultilineTextShape.) | |
| HangIndentation |
Indentation of all except first line.
(Inherited from MultilineTextShape.) | |
| Height |
Height of this MultilineTextShape, when the contents should be auto-sized. The content will be auto-sized when the following constaints are true: 1) Only one fragment is present; 2) The font-size in that fragment is specified as zero (0).
(Inherited from MultilineTextShape.) | |
| HorizontalAlignment |
The horizontal alignment.
(Inherited from MultilineTextShape.) | |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.) | |
| Justified |
Whether text is justified.
(Inherited from MultilineTextShape.) | |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| LineSpacing |
Extra spacing between lines in points.
(Inherited from MultilineTextShape.) | |
| MaxFontSize |
The maximum font size the auto-sized text will be (default = 100).
(Inherited from MultilineTextShape.) | |
| MeasuredHeight |
The measured height is the space that will be used when drawing this shape on the page.
This height is calculated with the fragments available in the fragments collection,
it respects the Width property and font-sizes used in the fragments.
(Inherited from MultilineTextShape.) | |
| Multiline |
Specifies whether the text may span multiple lines. (default true)
| |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.) | |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Rotation |
Amount of rotation in degrees around the origin of the shape, clockwise.
(Inherited from ContentShape.) | |
| RotationOffsetX |
Get or set the X-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.) | |
| RotationOffsetY |
Get or set the Y-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.) | |
| TabStops |
Allows you to define points to jump to when a tab character is encountered.
(Inherited from MultilineTextShape.) | |
| Text |
The rich text string to display formatted as xhtml.
| |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Width |
Width of this MultilineTextShape.
(Inherited from MultilineTextShape.) | |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) | |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) |
Events
| Name | Description | |
|---|---|---|
| LineBreak |
Will be fired when a word has to be broken on a line end.
(Inherited from MultilineTextShape.) |