Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 155,673 for

doc

(0.04 sec)
  1. Aspose::Words::Document::UpdateFields method | ...

    Aspose::Words::Document::UpdateFields method. Updates the values of fields in the whole Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a table of contents...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. C++ API to Export TEX to OTT | products.aspose.com

    Convert TEX to OTT within C++ applications....to convert TEX file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to OTT. Aspose.Total for C++...

    products.aspose.com/total/cpp/conversion/tex-to...
  3. C++ API to Export SVG to XAMLFLOW | products.as...

    Convert SVG to XAMLFLOW within C++ applications....to convert SVG file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to XAMLFLOW. Aspose.Total for...

    products.aspose.com/total/cpp/conversion/svg-to...
  4. Run Class | Aspose.Words for .NET

    Discover Aspose.Words.Run, a powerful class for managing character runs with consistent font formatting, enhancing your Document processing efficiency....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/run/
  5. StyleCollection.Item | Aspose.Words for .NET

    Discover StyleCollection's powerful Item property to effortlessly retrieve styles by name or alias, enhancing your design experience with ease!... Document doc = new Document ( MyDir + "Rendering...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/sty...
  6. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Helo...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Layout::LayoutCollector::GetEnti...

    Aspose::Words::Layout::LayoutCollector::GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the Document being enumerated and the Document of the node are the same in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. PageSetup.gutter property | Aspose.Words for Py...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for Document binding.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSetup.multiple_pages property | Aspose.Word...

    PageSetup.multiple_pages property. For multiple page Documents, gets or sets how a Document is printed or rendered so that it can be bound as a booklet.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert Document to Other Formats in Jython|Asp...

    Convert Document to Other Formats using Jython in Java.... doc = Document ( dataDir + "document.doc" ) doc . save...the document in HTML format. doc . save ( dataDir + "Aspose_DocToPDF...

    docs.aspose.com/words/java/convert-document-to-...