Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 43,709 for

doc

(0.18 sec)
  1. ToaCategories class | Aspose.Words for Node.js

    Aspose.Words.Fields.ToaCategories class. Represents a table of authorities categories... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ToaCategories.defaultCategories property | Aspo...

    ToaCategories.defaultCategories property. Gets the default table of authorities categories.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java.... Document doc = new Document(getMyDir() + "Reporting...loadOptions); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. PreferredWidth.from_percent method | Aspose.Wor...

    PreferredWidth.from_percent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldMergeBarcode.ScalingFactor | Aspose.Words ...

    Discover the FieldMergeBarcode ScalingFactor property to easily adjust your barcode size in whole percentage points (10-1000) for optimal visibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a MERGEBARCODE field...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Table.ClearBorders | Aspose.Words for .NET

    Discover the Table ClearBorders method to effortlessly eliminate all table and cell borders, enhancing your design's clarity and appeal.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Aspose::Words::DocumentBuilder::EndBookmark met...

    Aspose::Words::DocumentBuilder::EndBookmark method. Marks the current position in the Document as a bookmark end in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. DocumentVisitor.VisitBookmarkEnd | Aspose.Words...

    Discover the DocumentVisitor VisitBookmarkEnd method, which enhances Document navigation by efficiently handling bookmark endings for seamless user experience.... Document doc = CreateDocumentWithBo ( 3 );...BookmarkCollection bookmarks = doc . Range . Bookmarks ; PrintAllBookmarkInfo...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Hyphenation::UnregisterDictionar...

    Aspose::Words::Hyphenation::UnregisterDictionary method. Unregisters a hyphenation dictionary for the specified language. This is different from registering Null dictionary. Unregistering a dictionary enables callback for the specified language in C++.... auto doc = MakeObject < Document > ( MyDir...text.docx" ); ASSERT_TRUE ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  10. PropertyType enumeration | Aspose.Words for Nod...

    Aspose.Words.Properties.PropertyType enumeration. Specifies data type of a Document property.... let doc = new aw . Document (); let properties = doc . customDocumentProper...add ( "Authorized Revision" , doc . builtInDocumentPrope . revisionNumber...

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