OfficeIMO

API Reference

Class

WordRunSnapshot

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Inheritance

  • Object
  • WordRunSnapshot

Constructors

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 String HyperlinkUri { get; set; } #
public String HyperlinkAnchor { get; set; } #
public WordFootnoteSnapshot Footnote { get; set; } #
public WordInlineImageSnapshot InlineImage { get; set; } #