ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a shape, give it...
ThumbnailGeneratingOptions.generate_from_first_page property. Specifies whether to generate thumbnail from first page of the Document or first image.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...
Range.delete method. Deletes all characters of the range.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add text to the first section...
Node.next_pre_order method. Gets next node according to the pre-order tree traversal algorithm.... doc = aw . Document ( MY_DIR + 'Images...9 , len ([ node for node in doc . get_child_nodes ( aw . NodeType...
Represents a run of characters with the same font formatting.... auto doc = MakeObject<Document>(); auto...auto run = MakeObject<Run>(doc, u "Hello world!" ); SharedPtr<...
FootnoteOptions StartNumber property. Specifies the starting number or character for the first automatically numbered footnotes in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Footnotes and endnotes...
Represents the page setup properties of a section.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Modify the page setup properties...