Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 165,209 for

document

(0.2 sec)
  1. FieldMergingArgs | Aspose.Words for Java

    Provides data for the MergeField event in Java....Mail Merge and Reporting documentation article. Remarks: The MergeField...field is encountered in the document. You can respond to this event...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::WarningType enum | Aspose.Words ...

    Aspose::Words::WarningType enum. Specifies the type of a warning that is issued by Aspose.Words during Document loading or saving in C++....Words during document loading or saving. enum class...be missing from either the document tree following load, or from...

    reference.aspose.com/words/cpp/aspose.words/war...
  3. Document.show_spelling_errors property | Aspose...

    Document.show_spelling_errors property. Specifies whether to display spelling errors in this Document....show_spelling_errors property Document.show_spelling_errors property...display spelling errors in this document. @property def show_spelling_errors...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF pages to your Document programmatically with C# sample code using Aspose.PDF for .NET... powerful and easy to use document manipulation API for net platform...your environment. Create a Document object with the input PDF...

    products.aspose.com/pdf/net/pages/add/
  5. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied Document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...styles correctly, the copied document contains wrong font size:...static Document copyAllStyles(Document sourceDoc, Document targetDoc)...

    forum.aspose.com/t/some-styles-were-not-copied-...
  6. Node.Accept | Aspose.Words for .NET

    Discover the Node Accept method for seamless visitor engagement. Enhance user experience and boost interaction with this powerful tool!...all hidden content from a document. public void RemoveHiddenContentF...RemoveHiddenContentF () { Document doc = new Document ( MyDir + "Hidden content...

    reference.aspose.com/words/net/aspose.words/nod...
  7. StyleCollection.Count | Aspose.Words for .NET

    Discover the StyleCollection Count property to easily retrieve the total number of styles in your collection for enhanced organization and management....Style to a document’s styles collection. Document doc = new Document...Document (); StyleCollection styles = doc . Styles ; // Set default...

    reference.aspose.com/words/net/aspose.words/sty...
  8. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...Words Document Object Model (DOM) documentation article. Remarks...Remarks A document is represented as a tree of nodes, similar...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.Italic | Aspose.Words for .NET

    Discover the DocumentBuilder Italic property. Easily format your text in italic for enhanced readability and style in your Documents....with a document builder instead of a mail merge. Document doc =...= new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  10. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....the Working with Fields documentation article. Remarks: Prompts...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...