API Reference
Class
WordRunSnapshot
Inheritance
- Object
- WordRunSnapshot
Constructors
public WordRunSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; set; } #public Boolean Bold { get; set; } #public Boolean Italic { get; set; } #public Boolean Underline { get; set; } #public Boolean Strike { get; set; } #public Nullable<Int32> FontSize { get; set; } #public String FontFamily { get; set; } #public String ColorHex { get; set; } #public String HighlightColor { get; set; } #public String VerticalTextAlignment { get; set; } #public String CapsStyle { get; set; } #public Boolean IsHyperlink { get; set; } #public String HyperlinkUri { get; set; } #public String HyperlinkAnchor { get; set; } #public WordFootnoteSnapshot Footnote { get; set; } #public WordInlineImageSnapshot InlineImage { get; set; } #