Sort Score
Result 10 results
Languages All
Labels All
Results 7,871 - 7,880 of 89,751 for

doc format

(0.18 sec)
  1. Aspose::Words::Saving::DocumentSplitCriteria en...

    Aspose::Words::Saving::DocumentSplitCriteria enum. Specifies how the Document is split into parts when saving to Html, Epub or Azw3 Format in C++....saving to Html , Epub or Azw3 format. enum class DocumentSplitCriteri...into parts at a paragraph formatted using a heading style Heading...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Convert HTML to XML in C# | products.aspose.com

    Convert HTML to XML in C#. Use .NET library API to convert HTML Document to XML file...to XML and many other file formats. To install Aspose.Slides:...(FileStream stream = new FileStream( $"doc-{index}.xml" , FileMode.Create...

    products.aspose.com/slides/net/conversion/html-...
  3. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced Formatting options to elevate your Document's appearance!...Provides access to the paragraph formatting properties. public ParagraphFormat...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/par...
  4. Aspose::Words::DocumentBuilder::InsertImage met...

    Aspose::Words::DocumentBuilder::InsertImage method. Inserts an image from a byte array into the Document. The image is inserted inline and at 100% scale in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: ArrayPtr < uint8_t...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Section.page_setup property | Aspose.Words for ...

    Section.page_setup property. Returns an object that represents page setup and section properties.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Python Split DOCX

    Split DocX files into e pages using Python code. Save DocX as separate files using Python....result to the required file format using the 'Document.Save' method...Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...

    products.aspose.com/words/python-net/split/docx/
  7. Python Split TXT

    Split TXT files into e pages using Python code. Save TXT as separate files using Python....result to the required file format using the 'Document.Save' method...Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...

    products.aspose.com/words/python-net/split/txt/
  8. Remove Metadata from PDF in Ruby|Aspose.PDF for...

    Erase sensitive or unwanted metadata from PDF files programmatically with Aspose.PDF for Ruby.... doc = Rjb :: import ( ' com . aspose...) if doc . getMetadata (). contains ( "pdfaid:part" ) doc . getMetadata...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  9. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your Document's visual appeal and consistency....Document doc = new Document (); Assert . That ( doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/doc...