OfficeIMO

API Reference

Class

WordParagraphSnapshot

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Inheritance

Constructors

public WordParagraphSnapshot() #

Properties

public String Text { get; set; } #
public String StyleId { get; set; } #
public String StyleName { get; set; } #
public Boolean IsListItem { get; set; } #
public Nullable<Boolean> IsOrderedList { get; set; } #
public Nullable<Int32> ListLevel { get; set; } #
public String ListStyleName { get; set; } #
public String Alignment { get; set; } #
public Nullable<Double> IndentStartPoints { get; set; } #
public Nullable<Double> IndentEndPoints { get; set; } #
public Nullable<Double> IndentFirstLinePoints { get; set; } #
public Nullable<Double> SpaceAbovePoints { get; set; } #
public Nullable<Double> SpaceBelowPoints { get; set; } #
public Nullable<Int32> LineSpacingValue { get; set; } #
public String LineSpacingRule { get; set; } #
public String ShadingFillColorHex { get; set; } #
public WordParagraphBorderSnapshot LeftBorder { get; set; } #
public WordParagraphBorderSnapshot RightBorder { get; set; } #
public WordParagraphBorderSnapshot TopBorder { get; set; } #
public WordParagraphBorderSnapshot BottomBorder { get; set; } #
public Boolean IsRightToLeft { get; set; } #
public Boolean KeepWithNext { get; set; } #
public Boolean KeepLinesTogether { get; set; } #
public Boolean AvoidWidowAndOrphan { get; set; } #
public Boolean PageBreakBefore { get; set; } #
public String BookmarkName { get; set; } #
public Nullable<Int32> BookmarkId { get; set; } #
public IReadOnlyList<WordRunSnapshot> Runs { get; } #
public IReadOnlyList<WordTabStopSnapshot> TabStops { get; } #