Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 157,620 for

doc

(0.06 sec)
  1. Convert HTML To EPUB C++

    Convert HTML to EPUB format in C++ code. Save HTML as EPUB using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/html-t...
  2. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. C++ API to Export TEX to ODT | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/tex-to...
  4. Document.Clone | Aspose.Words for .NET

    Effortlessly duplicate your Documents with our Document Clone method. Achieve precise deep copies for seamless editing and efficient workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Document.compliance property | Aspose.Words for...

    Document.compliance property. Gets the OOXML compliance version determined from the loaded Document content... doc = aw . Document ( file_name =...MY_DIR + 'Document.doc' ) self . assertEqual ( doc . compliance ,...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.insert_structured_document_tag ...

    DocumentBuilder.insert_structured_Document_tag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structuredDocumenttag/) into the Document.... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) builder . move_to ( doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.Total Net Adding image as watermark to d...

    Hi We have purchased Aspose.Total license recently. We are trying to add image as watermark to all pages in Doc. But we want to add watermark to full page covering all areas of page. We tried adding it but looks like s…...as watermark to all pages in doc. But we want to add watermark...// Load the document Document doc = new Document("test.docx");...

    forum.aspose.com/t/aspose-total-net-adding-imag...
  8. Field.IsDirty | Aspose.Words for .NET

    Manage the IsDirty property to ensure your field data stays accurate and up-to-date, enhancing Document integrity and performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Give the document's built-in...

    reference.aspose.com/words/net/aspose.words.fie...
  9. MarkdownSaveOptions.link_export_mode property |...

    MarkdownSaveOptions.link_export_mode property. Specifies how links will be written to the output file... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.outline property | Aspose.Words for Python

    Font.outline property. True if the font is formatted as outline.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set the Outline flag to...

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