The SimpleXhtmlShape type exposes the following members.

Constructors

  NameDescription
Public methodSimpleXhtmlShape
Initializes a new instance of the SimpleXhtmlShape class

Methods

  NameDescription
Public methodClone
Clones a Shape.
(Overrides MultilineTextShape..::..Clone()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Reads this SimpleXhtmlShape from XML.
(Overrides Object..::..Read(XmlReader).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBottomMargin
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyDefaultBold
If the text is default bold. (default = false)
Public propertyDefaultColor
The default text color (default = black)
Public propertyDefaultFont
The default font. (default Arial)
Public propertyDefaultFontSize
The default font size. (default 12)
Public propertyDefaultItalic
If the text is default italic. (default = false)
Public propertyDefaultStrikeOut
If the text is default striked through. (default = false)
Public propertyDefaultUnderline
If the text is default underlined. (default = false)
Public propertyDock
How this shape is docked.
(Inherited from Shape.)
Public propertyFirstLineIndentation
Indentation of first line.
(Inherited from MultilineTextShape.)
Public propertyFlowDirection
Flow direction of text elements (fragments).
(Inherited from MultilineTextShape.)
Public propertyFragments
Collection of text fragments.
(Inherited from MultilineTextShape.)
Public propertyHangIndentation
Indentation of all except first line.
(Inherited from MultilineTextShape.)
Public propertyHeight
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.)
Public propertyHorizontalAlignment
The horizontal alignment.
(Inherited from MultilineTextShape.)
Public propertyID
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.)
Public propertyJustified
Whether text is justified.
(Inherited from MultilineTextShape.)
Public propertyLeftMargin
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyLineSpacing
Extra spacing between lines in points.
(Inherited from MultilineTextShape.)
Public propertyMaxFontSize
The maximum font size the auto-sized text will be (default = 100).
(Inherited from MultilineTextShape.)
Public propertyMeasuredHeight
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.)
Public propertyMultiline
Specifies whether the text may span multiple lines. (default true)
Public propertyOpacity
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.)
Public propertyRightMargin
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyRotation
Amount of rotation in degrees around the origin of the shape, clockwise.
(Inherited from ContentShape.)
Public propertyRotationOffsetX
Get or set the X-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.)
Public propertyRotationOffsetY
Get or set the Y-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.)
Public propertyTabStops
Allows you to define points to jump to when a tab character is encountered.
(Inherited from MultilineTextShape.)
Public propertyText
The rich text string to display formatted as xhtml.
Public propertyTopMargin
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyWidth
Width of this MultilineTextShape.
(Inherited from MultilineTextShape.)
Public propertyX
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)
Public propertyY
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)

Events

  NameDescription
Public eventLineBreak
Will be fired when a word has to be broken on a line end.
(Inherited from MultilineTextShape.)

See Also