Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
A section
is a part of a document that contains its own page formatting. It can be a single page or a range of pages, or a section can comprise the entire document. Sections affect only page formatting. They are entirely unrelated to text and paragraph formatting. Sections are also used to define an area of the document that contains text columns. If you wish to change the number of columns then a new section is required.
More...
Public Member Functions | |
override void | Dispose () |
int | GetOriginalPageNumber () |
Gets the page number that this section originally came from. More... | |
SolidFramework.Model.Plumbing.SolidObjectsCollection | GetSolidObjects () |
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.Margins | Margins [get] |
Gets the margins. More... | |
SolidFramework.Model.Plumbing.Columns | Columns [get] |
Gets the columns used in the section. More... | |
global::System.Drawing.Color | PageBackgroundColor [get] |
Gets the color used for the page background in this section. More... | |
SolidFramework.Model.Plumbing.LineStyle | PageBorder [get] |
Gets the page border or null if it doesn't have one. More... | |
SolidFramework.Model.Plumbing.Margins | PageBorderMargins [get] |
Gets the margins between the edge of the page and the page border. More... | |
double | PageWidth [get] |
Gets the width of the page in points. More... | |
double | PageHeight [get] |
Gets the height of the page in points. More... | |
bool | IsSoftPageBreak [get] |
Gets whether this section should connect with the section on the previous page More... | |
bool | HasDifferentHeaderFooterForEvenPages [get] |
Gets whether the document has separate headers and footers for odd and even pages or not More... | |
SolidFramework.Model.Plumbing.SlideLayout | SlideLayout [get] |
Gets the type of slide layout for a PowerPoint presentation. More... | |
SolidFramework.Model.Plumbing.SectionBreak | SectionBreak [get] |
Gets the type of section break that terminates this section. More... | |
SolidFramework.Model.Plumbing.TextDirection | TextDirection [get] |
Gets the text direction. More... | |
bool | HasPageBackgroundColor [get] |
Gets whether or not a color has been specified for the background in this section. More... | |
SolidFramework.Model.Plumbing.SolidObject | this[int index] [getset] |
int | Count [get] |
A section
is a part of a document that contains its own page formatting. It can be a single page or a range of pages, or a section can comprise the entire document. Sections affect only page formatting. They are entirely unrelated to text and paragraph formatting. Sections are also used to define an area of the document that contains text columns. If you wish to change the number of columns then a new section is required.
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.SolidObject.
int SolidFramework.Model.Plumbing.Section.GetOriginalPageNumber | ( | ) |
Gets the page number that this section originally came from.
|
get |
Gets the columns used in the section.
|
get |
Gets whether the document has separate headers and footers for odd and even pages or not
|
get |
Gets whether or not a color has been specified for the background in this section.
true
if a color has been defined for the background in this section, otherwise false
.
|
get |
Gets whether this section should connect with the section on the previous page
|
get |
Gets the margins.
|
get |
Gets the color used for the page background in this section.
|
get |
Gets the page border or null if it doesn't have one.
|
get |
Gets the margins between the edge of the page and the page border.
|
get |
Gets the height of the page in points.
|
get |
Gets the width of the page in points.
|
get |
Gets the type of section break that terminates this section.
|
get |
Gets the type of slide layout for a PowerPoint presentation.
|
get |
Gets the text direction.