ListLabel.label_value property. Gets a numeric value for this label.... doc = aw . Document ( file_name =...'Rendering.docx' ) doc . update_list_labels () paras = doc . get_child_nodes...
Aspose::Words::Saving::OoxmlSaveOptions::get_Compliance method. Specifies the OOXML version for the output Document. The default value is Ecma376_2006 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If we configure compatibility...
ChartDataLabel.showLeaderLines property. Allows to specify if data label leader lines need be shown...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
aspose.words.vba.VbaModule class. Provides access to VBA project module...words as aw doc = aw . Document ( file_name =...of Vba modules. vba_project = doc . vba_project # Get the count...
ThemeFonts.eastAsian property. Specifies font name for EastAsian characters.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
ThemeColors.dark2 property. Specifies color Dark 2.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
PdfDigitalSignatureTimestampSettings.userName property. Timestamp server user name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Signed...
ThemeColors.followedHyperlink property. Specifies color for a clicked hyperlink.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
CellFormat.wrapText property. If ``true``, wrap text for the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...
Table.set_border method. Sets the specified table border to the specified line style, width and color.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...