Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 168,796 for

doc

(0.08 sec)
  1. Document.viewOptions property | Aspose.Words fo...

    Document.viewOptions property. Provides options to control how the Document is displayed in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Fonts::SystemFontSource::SystemF...

    Aspose::Words::Fonts::SystemFontSource::SystemFontSource constructor. Ctor in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Node.parentNode property | Aspose.Words for Nod...

    Node.parentNode property. Gets the immediate parent of this node.... let doc = new aw . Document (); let para = doc . firstSection...paragraph. let run = new aw . Run ( doc , "Hello world!" ); para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomPartCollection indexer | Aspose.Words for...

    CustomPartCollection indexer. Gets or sets an item at the specified index.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working With Tables in PHP|Aspose.Words for Java

    Working With Tables using PHP.... // Open the document $ doc = new java ( "com.aspose.words...Document" , $ dataDir . "TestFile.doc" ); $ nodeType = java ( "com...

    docs.aspose.com/words/java/working-withtables-i...
  6. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity.... Document doc = new Document ( MyDir + "Paragraphs..."Paragraphs.docx" ); for ( Node node = doc . FirstSection . Body . FirstChild...

    reference.aspose.com/words/net/aspose.words/nod...
  7. RevisionOptions.revision_bars_position property...

    RevisionOptions.revision_bars_position property. Gets or sets rendering position of revision bars... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldOptions::get_Defaul...

    Aspose::Words::Fields::FieldOptions::get_DefaultDocumentAuthor method. Gets or sets default Document author's name. If author's name is already specified in built-in Document properties, this option is not considered in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Lists::List::HasSameTemplate met...

    Aspose::Words::Lists::List::HasSameTemplate method. Returns true if the current list and the given list are created from the same template in C++.... auto doc = System :: MakeObject < Aspose...lists.docx" ); ASSERT_TRUE ( doc -> get_Lists () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. PlainTextDocument.custom_document_properties pr...

    PlainTextDocument.custom_Document_properties property. Gets [PlainTextDocument.custom_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . c...

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