API Reference
Class
WordDocumentVisualFragment
Identifies the portion of a source Word body block rendered on one visual page.
Inheritance
- Object
- WordDocumentVisualFragment
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordDocumentVisualSnapshot.Fragments
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SectionIndex { get; } #Zero-based source section index.
public Int32 BlockIndex { get; } #Zero-based body-block index within the source section.
public String Kind { get; } #Source block kind, such as paragraph or table.
public String Text { get; } #Best-effort visible text painted for this source block on the page.
public WordDocumentVisualRegion Region { get; } #Best-effort page region occupied by the rendered source block.