[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlDiv

HtmlDiv Class

Class that represents Html DIV tags.

Implements
Namespace: C1.Framework.Html
Assembly: C1.Win.4.8.dll
Syntax
public class HtmlDiv : ParagraphElement, ISupportUia

Constructors

Name Description
HtmlDiv()

Properties

Name Description
CurrentBaseLineOffset
InlineAttributes
IsPar
OriginalTag
Tag

Methods

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.