[]
BasePanel that displays paragraphs.
public class ParagraphElement : BasePanel, ISupportUia
This class is a panel that wraps and aligns its child elements.
Name | Description |
---|---|
ParagraphElement() | Initializes a new instance of the ParagraphElement class. |
ParagraphElement(Style) | Initializes a new instance of the ParagraphElement class with the specified style settings. |
ParagraphElement(Style, string) | Initializes a new instance of the ParagraphElement class with the specified text and style settings. |
ParagraphElement(string) | Initializes a new instance of the ParagraphElement class with the specified text. |
Name | Description |
---|---|
AddText(string) | |
AddText(string, Style) | |
AddTextElement(Style, string, bool) | |
BreakAfter(Element) | |
BreakBefore(Element, int, int) | Gets a value that determines whether a line break should be inserted before a given element. |
BreakBeforeRtl(Element, int, int) | Gets a value that determines whether a line break should be inserted before a given element. |
GetExtraSpacing(Element, Element) | |
Layout(Graphics) | Layout this element based on its style and contents. |