DocumentBase.styles property. Returns a collection of styles defined in the document.... doc = aw . Document () self . assertEqual...formatting. doc = aw . Document () builder = aw . DocumentBuilder...
FieldAdvance.left_offset property. Gets or sets the number of points by which the text that follows the field should be moved left.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_ADVANCE...
VbaProject.references property. Gets a collection of VBA project references....dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...
VbaReferenceCollection.remove method. Removes the first occurrence of a specified [VbaReference](../../vbareference/) item from the collection....dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...
SignOptions.office_version property. Gets or sets the Office version for the digital signature... sign_options = aw . digitalsignatures . SignOptions...MY_DIR + 'morzal.pfx' ) cert = aw . digitalsignatures . CertificateHolder...
SignOptions.vertical_resolution property. Gets or sets the vertical resolution for the digital signature... sign_options = aw . digitalsignatures . SignOptions...MY_DIR + 'morzal.pfx' ) cert = aw . digitalsignatures . CertificateHolder...
Aspose.Words.BorderCollection class. A collection of [Border](../border/) objects...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...4.0 ; topBorder . lineStyle = aw . LineStyle . DashSmallGap ;...
Node.nextPreOrder method. Gets next node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base . myDir + "Images...expect ( doc . getChildNodes ( aw . NodeType . Shape , true )....
PdfSaveOptions.zoom_behavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer.... doc = aw . Document () builder = aw . DocumentBuilder...factor a value of 25%. options = aw . saving . PdfSaveOptions ()...
TabStop.alignment property. Gets or sets the alignment of text at this tab stop.... doc = aw . Document ( file_name = MY_DIR...para in doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...