Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 183,740 for

doc

(0.26 sec)
  1. ListLabel.label_value property | Aspose.Words f...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    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...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. ChartDataLabel.showLeaderLines property | Aspos...

    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 ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. VbaModule class | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ThemeFonts.eastAsian property | Aspose.Words fo...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ThemeColors.dark2 property | Aspose.Words for N...

    ThemeColors.dark2 property. Specifies color Dark 2.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfDigitalSignatureTimestampSettings.userName p...

    PdfDigitalSignatureTimestampSettings.userName property. Timestamp server user name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Signed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ThemeColors.followedHyperlink property | Aspose...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CellFormat.wrapText property | Aspose.Words for...

    CellFormat.wrapText property. If ``true``, wrap text for the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table.set_border method | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...