[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.DocumentParagraph

DocumentParagraph Class

Represents the document paragraph.

Inheritance
DocumentParagraph
Namespace: GrapeCity.Spreadsheet.Printing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public abstract class DocumentParagraph
Public MustInherit Class DocumentParagraph

Properties

Name Description
Document

Gets the document owner of this paragraph.

ZoomScale

Get the zoom scale of page.

Methods

Name Description
GetColumnWidth(int)

Gets the width (in points) of column.

GetColumnWidth(int, int)

Gets the total width (in points) of columns.

GetRowHeight(int)

Gets the height (in points) of row.

GetRowHeight(int, int)

Gets the total height (in points) of rows.

NewPageCore(int)

Creates new page.

NextColumnFrom(int, double, int, out double)
PreviousColumnFrom(int, double, int, out double)