Sort Score
Result 10 results
Languages All
Labels All
Results 6,521 - 6,530 of 147,156 for

doc

(0.3 sec)
  1. Aspose::Words::Font::get_ThemeColor method | As...

    Aspose::Words::Font::get_ThemeColor method. Gets or sets the theme color in the applied color scheme that is associated with this Font object in C++.... auto doc = MakeObject < Document > ();...for languages uses by default. doc -> get_Theme () -> get_MinorFonts...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word Document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...doc"; } //to apply license // com...lic"); com.aspose.words.Document doc = new Document(filePath); //...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  3. C# API to Export EPUB to ODT | products.aspose.com

    Convert EPUB to ODT without using Microsoft Word...easily convert EPUB files to DOC format using the advanced PDF...Words for .NET, to render the DOC file to ODT format. The Aspose...

    products.aspose.com/total/net/conversion/epub-t...
  4. FAQ|Aspose.Words for C++

    Aspose.Words for C++ answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....popular document formats such as DOC, DOCX, HTML, Markdown, PDF, XML...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    docs.aspose.com/words/cpp/faq/
  5. Shading | Aspose.Words for Java

    Contains shading attributes for an object in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); BorderCollection borders =...

    reference.aspose.com/words/java/com.aspose.word...
  6. FormField.removeField method | Aspose.Words for...

    FormField.removeField method. Removes the complete form field, not just the form field special character.... let doc = new aw . Document ( base ....fields.docx" ); let formField = doc . range . formFields . at ( 3...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FormField.RemoveField | Aspose.Words for .NET

    Effortlessly remove entire form fields with the FormField RemoveField method, enhancing your Document's clarity and organization.... Document doc = new Document ( MyDir + "Form...docx" ); FormField formField = doc . Range . FormFields [ 3 ]; formField...

    reference.aspose.com/words/net/aspose.words.fie...
  8. ChapterPageSeparator enumeration | Aspose.Words...

    Aspose.Words.ChapterPageSeparator enumeration. Defines the separator character that appears between the chapter and page number.... let doc = new aw . Document ( base ....document.docx" ); let pageSetup = doc . firstSection . pageSetup ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageLayoutEvent Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.PageLayoutEvent enum—essential for optimizing page layout events during Document rendering and building. 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...
  10. FootnoteType Enum | Aspose.Words for .NET

    Discover Aspose.Words.FootnoteType enum. Easily distinguish between footnotes and endnotes for enhanced Document formatting and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some text and mark...

    reference.aspose.com/words/net/aspose.words.not...