Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 299,954 for

doc

(0.13 sec)
  1. Փոխարկել JPG PNG C++

    Փոխարկեք JPG ը PNG ձևաչափի C++ կոդով: Պահեք JPG որպես PNG օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  2. Փոխարկել TEXT JPG C++

    Փոխարկեք TEXT ը JPG ձևաչափի C++ կոդով: Պահեք TEXT որպես JPG օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/hy/cpp/conversion/tex...
  3. 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...
  4. DocumentBuilder.MoveToMergeField | Aspose.Words...

    DocumentBuilder MoveToMergeField method. Moves the cursor to a position just beyond the specified merge field and removes the merge field in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some MERGEFIELDS...

    reference.aspose.com/words/net/aspose.words/doc...
  5. FieldBuilder.BuildAndInsert | Aspose.Words for ...

    FieldBuilder BuildAndInsert method. Builds and inserts a field into the Document before the specified inline node in C#.... Document doc = new Document (); // A convenient...builder = new DocumentBuilder ( doc ); builder . Write ( " Hello...

    reference.aspose.com/words/net/aspose.words.fie...
  6. How to Convert OneNote to Word using Java

    This article guides on how to convert OneNote to Word using Java. It has all the details required to set the IDE, steps to write the application, and a runnable sample code to OneNote to Word converter using Java....DOC, a list of steps for developing...resultant DOC file. Steps to Change OneNote to DOC using Java...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  7. FieldGlossary class | Aspose.Words for Python

    aspose.words.fields.FieldGlossary class. Implements the GLOSSARY field... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::CompositeNode::AppendChild metho...

    Aspose::Words::CompositeNode::AppendChild method. Adds the specified node to the end of the list of child nodes for this node in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/com...
  9. Node.NodeType | Aspose.Words for .NET

    Node NodeType property. Gets the type of this node in C#.... Document doc = new Document ( MyDir + "Paragraphs..."Paragraphs.docx" ); for ( Node node = doc . FirstSection . Body . FirstChild...

    reference.aspose.com/words/net/aspose.words/nod...
  10. BuiltInDocumentProperties.ContentStatus | Aspos...

    BuiltInDocumentProperties ContentStatus property. Gets or sets the content status of the Document in C#....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...