Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 157,121 for

doc

(0.23 sec)
  1. HtmlSaveOptions.exportHeadersFootersMode proper...

    HtmlSaveOptions.exportHeadersFootersMode property. Specifies how headers and footers are output to HTML, MHTML or EPUB... let doc = new aw . Document ( base ...."HeadersFooters" collection. expect ( doc . firstSection . headersFooters...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ControlChar.NON_BREAKING_SPACE_CHAR property | ...

    ControlChar.NON_BREAKING_SPACE_CHAR property. Non-breaking space character: (char)160.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontInfoCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FontInfoCollection class, your go-to solution for managing Document fonts efficiently and enhancing your Document's visual appeal.... Document doc = new Document ( MyDir + "Document...FontInfoCollection fontInfos = doc . FontInfos ; fontInfos . EmbedTrueTypeFonts...

    reference.aspose.com/words/net/aspose.words.fon...
  6. StyleCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.StyleCollection class, featuring a rich array of built-in and custom style objects to enhance your Document's formatting and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/sty...
  7. C++ API to Export EPUB to DOCM | products.aspos...

    Convert EPUB to DocM within C++ applications....is a more secure format than DOC, as it prevents malicious code...convert EPUB file format to DOC. Secondly, by using advanced...

    products.aspose.com/total/cpp/conversion/epub-t...
  8. ParagraphFormat.IsListItem | Aspose.Words for .NET

    Discover how the ParagraphFormat IsListItem property enhances your Document formatting by identifying bulleted or numbered list items effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words/par...
  9. 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 HandleDocumentSubsti (); doc . WarningCallback = substitutionWarningH...

    reference.aspose.com/words/net/aspose.words/iwa...
  10. ParagraphFormat.clearFormatting method | Aspose...

    ParagraphFormat.clearFormatting method. Resets to default paragraph formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A list allows us to organize...

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