Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 180,112 for

doc

(0.31 sec)
  1. ViewOptions | Aspose.Words for Java

    Provides various options that control how a Document is shown in Microsoft Word in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getViewOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  2. DocumentBuilder.start_table method | Aspose.Wor...

    DocumentBuilder.start_table method. Starts a table in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Tables::Table::get_FirstRow meth...

    Aspose::Words::Tables::Table::get_FirstRow method. Returns the first Row node in the table in C++.... auto doc = System :: MakeObject < Aspose...:: TableCollection > tables = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DocX to Excel Node.js. Save a Document in various formats to XLSX using Node.js....var doc = new aw . Document ( "Pdf Document.pdf" ); doc . save...require ( '@aspose/words' ); var doc = new aw . Document (); var builder...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  5. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # The BIDIOUTLINE field numbers...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.charactersWithSpaces ...

    BuiltInDocumentProperties.charactersWithSpaces property. Represents an estimate of the number of characters (including spaces) in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ...."Paragraphs.docx" ); let properties = doc . builtInDocumentPrope ; // By...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ...."Paragraphs.docx" ); let properties = doc . builtInDocumentPrope ; // By...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListFormat.IsListItem | Aspose.Words for .NET

    Discover how the ListFormat IsListItem property enhances your Document's structure by identifying bulleted or numbered paragraphs for better readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ListFormat . ApplyNumberDefault...

    reference.aspose.com/words/net/aspose.words.lis...
  9. Border.Equals | Aspose.Words for .NET

    Discover the Border Equals method to easily compare border values and enhance your design precision. Achieve consistent results effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Paragraph...

    reference.aspose.com/words/net/aspose.words/bor...
  10. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the Document at the current insert position in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...