NodeList.to_array method. Copies all nodes from the collection to a new array of nodes.... doc = aw . Document ( MY_DIR + 'Tables...in the document. node_list = doc . select_nodes ( '//Table//Paragraph'...
ImageSaveOptions.paperColor property. Gets or sets the background (paper) color for the generated images... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Times...
FileFormatUtil.loadFormatToExtension method. Converts a load format enumerated value into a file extension... Doc ); // Below are two methods of...detected file extension. let doc = new aw . Document ( docStream...
aspose.words.drawing.OlePackage class. Allows to access OLE Package properties... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # OLE objects allow us to...
Inline.font property. Provides access to the font formatting of this object.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...
ParagraphFormat.styleName property. Gets or sets the name of the paragraph style applied to this formatting.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...
Paragraph.paragraphFormat property. Provides access to the paragraph formatting properties.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...
ShapeBase.distance_right property. Returns or sets the distance (in points) between the Document text and the right edge of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a rectangle and...
ShapeBase.distance_top property. Returns or sets the distance (in points) between the Document text and the top edge of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a rectangle and...
ShapeBase.distance_bottom property. Returns or sets the distance (in points) between the Document text and the bottom edge of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a rectangle and...