Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 29,880 for

doc

(0.07 sec)
  1. EmbeddedFontStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words EmbeddedFontStyle enum to easily manage embedded font styles in FontInfo objects, enhancing your Document formatting capabilities.... Document doc = new Document ( MyDir + "Embedded...docx" ); FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451...

    reference.aspose.com/words/net/aspose.words.fon...
  2. FindReplaceOptions.ignoreDeleted property | Asp...

    FindReplaceOptions.ignoreDeleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldOptions.DefaultDocumentAuthor | Aspose.Wor...

    Manage the DefaultDocumentAuthor property to easily set or update Document authors' names, enhancing organization and Document management efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method... doc = aw . Document ( file_name =...rules.xml' ) doc . font_settings = font_settings doc . save ( file_name...

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

    Explore the EndnoteOptions property to customize endnote numbering and positioning, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Document.FootnoteOptions | Aspose.Words for .NET

    Explore the Document FootnoteOptions property to customize footnote numbering and positioning, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/net/aspose.words/doc...
  7. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a red horizontal...

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

    Aspose::Words::Fields::FieldOptions::get_BuiltInTemplatesPaths method. Gets or sets paths of MS Word built-in templates in C++.... auto doc = MakeObject < Document > ();...AutoText building block to it. doc -> set_GlossaryDocument ( MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldAuthor::get_AuthorN...

    Aspose::Words::Fields::FieldAuthor::get_AuthorName method. Gets or sets the Document author's name in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. ShapeBase.IsDeleteRevision | Aspose.Words for .NET

    Discover the ShapeBase IsDeleteRevision property, learn how it indicates object deletion in Microsoft Word with change tracking enabled for enhanced Document management....Document doc = new Document (); Assert . False ( doc . TrackRevisions...kind. Shape shape = new Shape ( doc , ShapeType . Cube ); shape ...

    reference.aspose.com/words/net/aspose.words.dra...