This class allows to compute page numbers of Document nodes.... auto doc = MakeObject<Document>(); auto...MakeObject<LayoutCollector>(doc); // Call the "GetNumPagesSpanned"...
Range UpdateFields method. Updates the values of Document fields in this range in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...
Style.aliases property. Gets all aliases of this style... doc = aw . Document ( file_name =...is a separate alias. style = doc . styles . get_by_name ( 'MyStyle'...
MailMerge GetRegionsByName method. Returns a collection of mail merge regions with the specified name in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // "TableStart" and "TableEnd"...
FieldMergeBarcode ErrorCorrectionLevel property. Gets or sets an error correction level of QR Code. Valid values are 0 3 in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a MERGEBARCODE field...
Font Subscript property. True if the font is formatted as subscript in C#.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...
Frameset FrameDefaultUrl property. Gets or sets the web page URL or Document file name to display in this frame in C#.... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...