Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 300,006 for

doc

(0.14 sec)
  1. Java API to Export MHTML to DOT | products.aspo...

    Convert MHTML to DOT using on premise Java API...to render the MHTML file to DOC using Aspose.PDF for Java. Aspose...files to DOC format. The second step is to convert the DOC file to...

    products.aspose.com/total/java/conversion/mhtml...
  2. Aspose::Words::Drawing Namespace Reference - As...

    The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Below are four examples...

    reference.aspose.com/words/cpp/namespace/aspose...
  3. Aspose::Words::Lists::ListCollection::Add metho...

    Aspose::Words::Lists::ListCollection::Add method. Creates a new list based on a predefined template and adds it to the collection of lists in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc....# Load an existing PDF files doc = ap . Document ( input_pdf )...first page of PDF file tocPage = doc . pages . insert ( 1 ) # Create...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  5. Aspose::Words::Tables::Row class | Aspose.Words...

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...= MakeObject < Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Aspose::Words::BookmarkCollection Class Referen...

    A collection of Bookmark objects that represent the bookmarks in the specified range.... SharedPtr<Document> doc = CreateDocumentWithBo(3); S...SharedPtr<BookmarkCollection> bookmarks = doc->get_Range()->get_Bookmarks();...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Class FootnoteOptions | Aspose.Words for .NET A...

    Aspose.Words.Notes.FootnoteOptions 班级. 表示文档或部分的脚注编号选项... Document doc = new Document ( MyDir + "Footnotes...docx" ); doc . FootnoteOptions . Columns = 2 ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/zh/net/aspose.words....
  8. FontSubstitutionSettings Class | Aspose.Words f...

    Aspose.Words.Fonts.FontSubstitutionSettings class. Specifies font substitution mechanism settings in C#.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  9. IncorrectPasswordException Class | Aspose.Words...

    Aspose.Words.IncorrectPasswordException class. Thrown if a Document is encrypted with a password and the password specified when opening the Document is incorrect or missing in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inc...
  10. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... Remarks A DOCX or DOC document can contain one or more...document tag with custom XML data. doc = aw . Document () # Construct...

    reference.aspose.com/words/python-net/aspose.wo...