Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_CONTINUOUS...
PdfLoadOptions.page_count property. Gets or sets the number of pages to read... options = aw . loading . PdfLoadOptions ()...options . page_count = 1 doc = aw . Document ( file_name = MY_DIR...
PdfLoadOptions.page_index property. Gets or sets the 0-based index of the first page to read... options = aw . loading . PdfLoadOptions ()...options . page_count = 1 doc = aw . Document ( file_name = MY_DIR...
Document.shade_form_data property. Specifies whether to turn on the gray shading on form fields.... doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( 'My form field' , aw . fields . TextFormFieldType...
PlainTextDocument.customDocumentProperties property. Gets [PlainTextDocument.customDocumentProperties](./) of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docx" ); let plaintext = new aw . PlainTextDocument ( base ....
PclSaveOptions.addPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world!" ); let saveOptions = new aw . Saving . PclSaveOptions ();...
aspose.words.fields.FieldTime class. Implements the TIME field...field_time (): doc = aw . Document () builder = aw . DocumentBuilder...builder : aw . DocumentBuilder , format : str ) -> aw . fields...
StyleCollection.add method. Creates a new user defined style and adds it the collection.... let doc = new aw . Document (); let styles = doc...default settings. styles . add ( aw . StyleType . Paragraph , "MyStyle"...
StyleCollection.add method. Creates a new user defined style and adds it the collection.... doc = aw . Document () # A list allows...list_style = doc . styles . add ( aw . StyleType . LIST , 'MyListStyle'...