ChartAxisTitle.show property. Determines whether the title shall be shown for the axis... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
aspose.words.framesets.Frameset class. Represents a frames page or a single frame on a frames page... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...
PageSetup.border_distance_from property. Gets or sets a value that indicates whether the specified page border is measured from the edge of the page or from the text it surrounds.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...
Node.next_pre_order method. Gets next node according to the pre-order tree traversal algorithm.... doc = aw . Document ( file_name =...x . as_shape (), b ), list ( doc . get_child_nodes ( aw . NodeType...
Aspose::Words::ParagraphFormat::get_Borders method. Gets collection of borders of the paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::DocumentBase::get_BackgroundShape method. Gets or sets the background shape of the Document. Can be null in C++.... auto doc = System :: MakeObject < Aspose...System :: TestTools :: IsNull ( doc -> get_BackgroundShape ()));...
CompositeNode.prepend_child method. Adds the specified node to the beginning of the list of child nodes for this node.... doc = aw . Document () # An empty...paragraph. self . assertEqual ( 1 , doc . first_section . body . paragraphs...