Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 30,983 for

doc

(0.09 sec)
  1. FieldOptions.BibliographyStylesProvider | Aspos...

    Discover the FieldOptions BibliographyStylesProvider property for customizable bibliography styles, enhancing your FieldBibliography and FieldCitation fields....ChangeBibliographySt () { Document doc = new Document ( MyDir + "Bibliography...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.fie...
  2. SaveOptions.AllowEmbeddingPostScriptFonts | Asp...

    Control font embedding in your Documents with SaveOptions' AllowEmbeddingPostScriptFonts. Easily manage TrueType font options for enhanced Document quality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "PostScriptFont"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Paragraph.break_is_style_separator property | A...

    Paragraph.break_is_style_separator property. True if this paragraph break is a Style Separator... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_table_of_contents...

    reference.aspose.com/words/python-net/aspose.wo...
  5. UserInformation.Address | Aspose.Words for .NET

    Manage user postal addresses effortlessly with the UserInformation Address property. Streamline data handling for enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  6. UserInformation.Initials | Aspose.Words for .NET

    Discover how to use the UserInformation Initials property to easily manage and customize user initials for enhanced personalization and user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  7. PageLayoutCallbackArgs.Document | Aspose.Words ...

    Discover the PageLayoutCallbackArgs Document property to efficiently access and manage your Document data. Enhance your workflow today!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  8. Document.UpdateFields | Aspose.Words for .NET

    Revamp your Document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a QUOTE field, which...

    reference.aspose.com/words/net/aspose.words/doc...
  9. PageLayoutCallbackArgs.document property | Aspo...

    PageLayoutCallbackArgs.Document property. Gets Document...., () => { let doc = new aw . Document (); doc . builtInDocumentPrope...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . layoutOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Fields::FieldUserAddress::get_Us...

    Aspose::Words::Fields::FieldUserAddress::get_UserAddress method. Gets or sets the current user's postal address in C++.... auto doc = MakeObject < Document > ();...set_Address ( u "123 Main Street" ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...