FieldMacroButton.display_text property. Gets or sets the text to appear as the button that is selected to run the macro or command.... doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Macro.docm' ) builder = aw . DocumentBuilder ( doc = doc...
Aspose.Words.Drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the chart....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Aspose.Words.Drawing.Charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdatapoint/)...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Node.next_pre_order method. Gets next node according to the pre-order tree traversal algorithm.... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . SHAPE , True )))))))))...
Node.previousSibling property. Gets the node immediately preceding this node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . SectionBreakContinuo...
FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...
FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...