Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 88,719 for

doc format

(0.12 sec)
  1. C# API to Export EMAIL to PCL | products.aspose...

    Convert EMAIL to PCL without using Microsoft Word or Outlook on .NET...you can use the powerful file format manipulation APIs provided...allows you to convert EMAIL file format to HTML. Once you have the...

    products.aspose.com/total/net/conversion/email-...
  2. Supported Document Formats|Aspose.Words for .NET

    Edit source Documents in many popular Formats, as well as freely convert files from one Format to another using C#....Ask AI Supported Document Formats Contents [ Hide ] What is this...page explains which document formats Aspose.Words can load and save...

    docs.aspose.com/words/net/supported-document-fo...
  3. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!...exporting to EPUB, MOBI, or AZW3 formats. Default value is 3 . public...for Azw3 documents. Document doc = new Document ( MyDir + "Big...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedCss method. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html Document in C++.... auto doc = System :: MakeObject < Aspose...create a CSS stylesheet to format the document with. // Setting...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. FieldRef.BookmarkName | Aspose.Words for .NET

    Discover the FieldRef BookmarkName property to easily manage and customize your bookmarks. Enhance your Document navigation effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Name bookmarked text with...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::FileFormatUtil::ContentTypeToLoa...

    Aspose::Words::FileFormatUtil::ContentTypeToLoadFormat method. Converts IANA content type into a load Format enumerated value in C++....IANA content type into a load format enumerated value. static Aspose...corresponding Aspose load/save format from each media type string...

    reference.aspose.com/words/cpp/aspose.words/fil...
  7. ThemeFonts | Aspose.Words for Java

    Represents a collection of fonts in the font scheme allowing to specify different fonts for different languages getLatin / setLatinjava.lang.String getEastAsian / setEastAsianjava.lang.String and getComplexScript / setComplexScriptjava.lang.String in Java.... Document doc = new Document(getMyDir() + "Theme...fonts and colors. Theme theme = doc.getTheme(); // Some styles, such...

    reference.aspose.com/words/java/com.aspose.word...
  8. Export MSG to PS via Java | products.aspose.com

    Java API to Convert MSG to PS without using Microsoft Word or Outlook...for Java to convert MSG file format to HTML. Secondly, you can...class Save the document to PS format using save method and set PS...

    products.aspose.com/total/java/conversion/msg-t...
  9. FieldMergeBarcode | Aspose.Words for Java

    Implements the MERGEBARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a MERGEBARCODE field...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Paragraphs in C#|Aspose.Words for ...

    Insert a paragraph into a Document C#. Set paragraph styles in C#. Work with paragraph style separator C#. Manipulate paragraph node using C#.... The current font formatting is also specified by the...and the current paragraph formatting is determined by the ParagraphFormat...

    docs.aspose.com/words/net/working-with-paragraphs/