Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 170,542 for

doc

(0.15 sec)
  1. Convert TEXT To HTML C++

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

    products.aspose.com/words/cpp/conversion/text-t...
  2. Convert WORD To PDF C++

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

    products.aspose.com/words/cpp/conversion/word-t...
  3. PdfTextCompression Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfTextCompression enum for efficient PDF content compression, enhancing file size and performance while preserving quality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); for ( int i = 0 ; i < 100...

    reference.aspose.com/words/net/aspose.words.sav...
  4. FieldOptions.LegacyNumberFormat | Aspose.Words ...

    Discover the FieldOptions LegacyNumberFormat property to enable or disable legacy number formats for fields, enhancing compatibility and performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Field field = builder . InsertField...

    reference.aspose.com/words/net/aspose.words.fie...
  5. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle Document loading and saving issues seamlessly, preserving formatting and data integrity.... Document doc = new Document ( MyDir + "Missing...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/iwa...
  6. StructuredDocumentTag.LockContents | Aspose.Wor...

    Discover the StructuredDocumentTag LockContents property, set to true, it prevents users from editing SDT content, ensuring Document integrity and security.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Font.NameFarEast | Aspose.Words for .NET

    Discover the Font NameFarEast property to easily customize and set East Asian font names for enhanced typography in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify font settings that...

    reference.aspose.com/words/net/aspose.words/fon...
  8. PageSetup.EndnoteOptions | Aspose.Words for .NET

    Discover the PageSetup EndnoteOptions property to easily customize endnote numbering and positioning for enhanced Document formatting and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/pag...
  9. IStructuredDocumentTag.lockContents property | ...

    IStructuredDocumentTag.lockContents property. When set to true, this property will prohibit a user from editing the contents of this SDT.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. StructuredDocumentTag.lockContentControl proper...

    StructuredDocumentTag.lockContentControl property. When set to ``true``, this property will prohibit a user from deleting this SDT.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a plain text structured...

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