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.Paragraph Class Reference
Inheritance diagram for SolidFramework.Model.Plumbing.Paragraph:
SolidFramework.Model.Plumbing.SolidObject

Public Member Functions

override void Dispose ()
 
SolidFramework.Model.Plumbing.RunsCollection GetRuns ()
 Gets the collection of Run objects that are in the Paragraph.
 
override string ToString ()
 
int GetID ()
 
SolidFramework.Model.Plumbing.SolidObjectType GetObjectType ()
 
bool Equals (SolidFramework.Model.Plumbing.SolidObject other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

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

Properties

SolidFramework.Model.Plumbing.Run this[int index] [get]
 
SolidFramework.Model.Plumbing.TabStopCollection TabStops [get]
 
SolidFramework.Model.Plumbing.ParagraphStyle Style [get]
 Gets the ParagraphStyle for this Paragraph. More...
 
SolidFramework.Model.Plumbing.List AttachedList [get]
 Gets the List that is associated with the paragraph. This will be null if the paragraph is not part of a list. More...
 
int Count [get]
 Gets the number of Run objects that are in the Paragraph.
 
int AttachedListLevel [get]
 

Member Function Documentation

◆ Dispose()

override void SolidFramework.Model.Plumbing.Paragraph.Dispose ( )
virtual

Property Documentation

◆ AttachedList

SolidFramework.Model.Plumbing.List SolidFramework.Model.Plumbing.Paragraph.AttachedList
get

Gets the List that is associated with the paragraph. This will be null if the paragraph is not part of a list.

Returns
The List that is associated with this Paragraph; or null if this Paragraph is not part of a List.

◆ Style

SolidFramework.Model.Plumbing.ParagraphStyle SolidFramework.Model.Plumbing.Paragraph.Style
get

Gets the ParagraphStyle for this Paragraph.

Returns
The ParagraphStyle for this Paragraph.