[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LastRenderedPageBreak

Class LastRenderedPageBreak

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the position delimited the end of a page when this document was last saved by an application which paginates its content.

public class LastRenderedPageBreak : Text, IBrowsable<Text>
Inheritance
object
LastRenderedPageBreak
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Remarks

This class must be used by applications to specify the locations of page breaks within a document when it is saved, in order to allow other applications (e.g. assistive software) to utilize this information when reading the document.

Properties

Value

Gets the text representation of the break.

public override string Value { get; set; }

Property Value

string

Remarks

Set is not supported.

Exceptions

IsReadOnlyException

Throws when set is called.

Methods

Split(int)

Splitting of a break is not supported.

public override Text Split(int position)

Parameters

position int

Returns

Text

Remarks

This class must be used by applications to specify the locations of page breaks within a document when it is saved, in order to allow other applications (e.g. assistive software) to utilize this information when reading the document.

Exceptions

ContentNotSplittableException

Throws always.