Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 88,440 for

doc format

(0.17 sec)
  1. RevisionOptions.RevisionBarsWidth | Aspose.Word...

    Manage your Document's revision bars with the RevisionOptions RevisionBarsWidth property. Easily customize width for clear visibility and organization.... Document doc = new Document ( MyDir + "Revisions...RevisionOptions revisionOptions = doc . LayoutOptions . RevisionOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  2. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your Document rendering. Control which pages to save for optimized output. Explore now!... Document doc = new Document ( MyDir + "Images...imageOptions . PageSet = pageSet ; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Convert HTML To EPUB Python

    Convert HTML to EPUB Format in Python code. Save HTML as EPUB using Python....EPUB, and many other document formats using Python. EPUB Node Python...easily convert files from one format to another, making it an indispensable...

    products.aspose.com/words/python-net/conversion...
  4. Convert PDF To XPS Python

    Convert PDF to XPS Format in Python code. Save PDF as XPS using Python....XPS, and many other document formats using Python. XPS Python C#...easily convert files from one format to another, making it an indispensable...

    products.aspose.com/words/python-net/conversion...
  5. ListFormat.list_level_number property | Aspose....

    ListFormat.list_level_number property. Gets or sets the list level number (0 to 8) for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert HTML To DOCX Javascript

    Convert HTML to DocX Format in JavaScript code. Save HTML as DocX using JavaScript....easily convert files from one format to another, making it an indispensable...with HTML, DOCX or other file formats, Aspose.Words for Node.js via...

    products.aspose.com/words/nodejs-net/conversion...
  7. Aspose::Words::Properties::DocumentProperty cla...

    Aspose::Words::Properties::DocumentProperty class. Represents a custom or built-in Document property. To learn more, visit the Documentation article in C++....property value as a string formatted according to the current locale...built-in document properties. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Table.styleIdentifier property | Aspose.Words f...

    Table.styleIdentifier property. Gets or sets the locale independent style identifier of the table style applied to this table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::GetEnumerator method. Returns an enumerator that can iterate through a collection in C++.... auto doc = System :: MakeObject < Aspose...extension.docx" ); ASSERT_EQ ( 1 , doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  10. Aspose::Words::Document::UpdateListLabels metho...

    Aspose::Words::Document::UpdateListLabels method. Updates list labels for all list items in the Document in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); doc -> UpdateListLabels (); System...

    reference.aspose.com/words/cpp/aspose.words/doc...