LayoutEnumerator Rectangle property. Returns the bounding rectangle of the current entity relative to the page top left corner in points in C#....Shows ways of traversing a document’s layout entities. public...LayoutEnumerator () { // Open a document that contains a variety of...
LayoutEnumerator MovePrevious method. Moves to the previous sibling entity in C#....Shows ways of traversing a document’s layout entities. public...LayoutEnumerator () { // Open a document that contains a variety of...
Font BoldBi property. True if the righttoleft text is formatted as bold in C#.... Document doc = new Document (); DocumentBuilder...are about to add // with the document builder is right-to-left....
DocumentVisitor VisitCommentEnd method. Called when enumeration of a comment text has ended in C#....in a document. public void CommentsToText () { Document doc =...= new Document ( MyDir + "DocumentVisitor-compatible features...
DocumentBuilder PopFont method. Retrieves character formatting previously saved on the stack in C#....to use a document builder’s formatting stack. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...
GroupShape NodeType property. Returns GroupShape in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...
FieldAddressBlock FormatAddressOnCountryOrRegion property. Gets or sets whether to format the address according to the country/region of the recipient as defined by POSTCODE Universal Postal Union 2006 in C#.... Document doc = new Document (); DocumentBuilder...the first character of the document. // We can set a different...
Run NodeType property. Returns Run in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...
BookmarkEnd NodeType property. Returns BookmarkEnd in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...
Footnote NodeType property. Returns Footnote in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...