[]
Class that represents Html DIV tags.
public class HtmlDiv : ParagraphElement, ISupportUia
| Name | Description |
|---|---|
| HtmlDiv() |
| Name | Description |
|---|---|
| CurrentBaseLineOffset | |
| InlineAttributes | |
| IsPar | |
| OriginalTag | |
| Tag |
| Name | Description |
|---|---|
| AddTextElement(Style, string, bool) | Adds a string with a given style to this paragraph. |
| BreakAfter(Element) | Gets a value that determines whether a line break should be inserted after a given 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. |
| CanNestDiv(string) | |
| GetExtraSpacing(Element, Element) | Gets the amount of space, in pixels, to be added between two elements. |
| Nesting(HtmlDiv) | |
| Parse(HtmlParser) | |
| ParseChild(HtmlParser) | |
| ParseOpenTag(HtmlParser) | |
| Render(Graphics, Rectangle) | Renders the element into a given rectangle. |
| RenderChildren(Graphics, Rectangle) | Renders the child elements into a given rectangle. |