API Reference
Class
HtmlRenderText
Positioned text segment retained as text for image and PDF backends.
Inheritance
- HtmlRenderVisual
- HtmlRenderText
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; } #Text content represented by this visual segment.
public OfficeFontInfo Font { get; } #Resolved font descriptor.
public OfficeColor Color { get; } #Resolved text color.
public OfficeTextAlignment Alignment { get; } #Resolved horizontal text alignment.
public Double LineHeight { get; } #Resolved line height in CSS pixels.
public String SemanticRole { get; } #Optional semantic role such as heading, paragraph, or list item.
public Nullable<Int32> SemanticNodeId { get; } #Stable operation-scoped semantic node identifier shared by fragments from the same source element.
public Nullable<Double> TextAdvanceWidth { get; } #Resolved glyph advance for positioned inline text, distinct from its tolerant clipping frame.
Inherited Properties
public HtmlRenderVisualKind Kind { get; } #Inherited from HtmlRenderVisual
public Double X { get; } #Inherited from HtmlRenderVisual
public Double Y { get; } #Inherited from HtmlRenderVisual
public Double Width { get; } #Inherited from HtmlRenderVisual
public Double Height { get; } #Inherited from HtmlRenderVisual
public Int32 PaintOrder { get; } #Inherited from HtmlRenderVisual
public String LinkUri { get; } #Inherited from HtmlRenderVisual
public String Source { get; } #Inherited from HtmlRenderVisual