API Reference
Class
WordParagraphSnapshot
Inheritance
- WordBlockSnapshot
- WordParagraphSnapshot
Constructors
public WordParagraphSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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; } #Inherited Properties
public String Kind { get; } #Inherited from WordBlockSnapshot
public Int32 Order { get; set; } #Inherited from WordBlockSnapshot