Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 89,966 for

doc format

(0.74 sec)
  1. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DocX Format in C++....used when saving in the DOCX format. enum class OoxmlCompliance...document to adhere to. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three ways to...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added to the margin for Document binding in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); for ( int32_t i = 0 ; i <...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Aspose::Words::Section::get_HeadersFooters meth...

    Aspose::Words::Section::get_HeadersFooters method. Provides access to the headers and footers nodes of the section in C++.... auto doc = System :: MakeObject < Aspose...section : System :: IterateOver ( doc -> LINQ_OfType < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. FieldChar.get_field method | Aspose.Words for P...

    FieldChar.get_field method. Returns a field for the field char.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. C++ API to Convert MD to XAML | products.aspose...

    Convert MD to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...reference Save the document to XAML format using Save member function...instance of Document class auto doc = MakeObject < Document > ( u...

    products.aspose.com/total/cpp/conversion/md-to-...
  7. HtmlSaveOptions.exportPageSetup property | Aspo...

    HtmlSaveOptions.exportPageSetup property. Specifies whether page setup is exported to HTML, MHTML or EPUB...you export a document to HTML format you might need to keep this...native Microsoft Word file formats (DOCX, DOC, RTF, WML). In most cases...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Compress TIFF In Javascript

    Compress TIFF in JavaScript without losing quality. Optimize TIFF content, reduce file size easily....code Output format TIFF Select the target format from the list...require( '@aspose/words' ); var doc = new aw.Document() var builder...

    products.aspose.com/words/nodejs-net/compress/t...
  9. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font Formatting...characters with the same font formatting. To learn more, visit the...Constructors Name Description Run(doc) Initializes a new instance of...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a data source for...

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