Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Plumbing.Run Class Reference

Represents a block of text that has the same formatting More...

Inheritance diagram for SolidFramework.Model.Plumbing.Run:

Public Member Functions

virtual void Dispose ()
 
bool Equals (SolidFramework.Model.Plumbing.Run other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Plumbing.Run obj1, SolidFramework.Model.Plumbing.Run obj2)
 
static bool operator!= (SolidFramework.Model.Plumbing.Run obj1, SolidFramework.Model.Plumbing.Run obj2)
 

Properties

string Text [get]
 Gets the text. More...
 
SolidFramework.Model.Plumbing.TextStyle Style [get]
 Gets the TextStyle for this Run. More...
 
SolidFramework.Model.Plumbing.Bookmark BookmarkStart [get]
 Gets the Bookmark that starts on this run. More...
 
SolidFramework.Model.Plumbing.Bookmark BookmarkEnd [get]
 Gets the Bookmark that ends on this run. More...
 
SolidFramework.Model.Plumbing.Shape InlineShape [get]
 Gets the inline shape. This may be null. More...
 
SolidFramework.Model.Plumbing.Hyperlink Hyperlink [get]
 Gets the hyperlink attached to the Run. This may be null. More...
 
bool IsPageNumberField [get]
 Gets whether the run represents a page number field.
 

Detailed Description

Represents a block of text that has the same formatting

Property Documentation

◆ BookmarkEnd

SolidFramework.Model.Plumbing.Bookmark SolidFramework.Model.Plumbing.Run.BookmarkEnd
get

Gets the Bookmark that ends on this run.

Returns
The Bookmark that ends on this run, or null if no bookmarks end on this run.

◆ BookmarkStart

SolidFramework.Model.Plumbing.Bookmark SolidFramework.Model.Plumbing.Run.BookmarkStart
get

Gets the Bookmark that starts on this run.

Returns
The Bookmark that starts on this run, or null if no bookmarks start on this run.

◆ Hyperlink

SolidFramework.Model.Plumbing.Hyperlink SolidFramework.Model.Plumbing.Run.Hyperlink
get

Gets the hyperlink attached to the Run. This may be null.

Returns
The inline hyperlink.

◆ InlineShape

SolidFramework.Model.Plumbing.Shape SolidFramework.Model.Plumbing.Run.InlineShape
get

Gets the inline shape. This may be null.

Returns
The inline shape.

◆ Style

SolidFramework.Model.Plumbing.TextStyle SolidFramework.Model.Plumbing.Run.Style
get

Gets the TextStyle for this Run.

Returns
The TextStyle for this Run.

◆ Text

string SolidFramework.Model.Plumbing.Run.Text
get

Gets the text.

Returns
The text.