Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 180,183 for

doc

(0.25 sec)
  1. FieldToc.sequence_separator property | Aspose.W...

    FieldToc.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A TOC field can create...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.RemoveExternalSchemaReferences | Aspos...

    Effortlessly eliminate external XML schema references with the RemoveExternalSchemaReferences method, enhancing Document integrity and performance.... Document doc = new Document ( MyDir + "External..."External XML schema.docx" ); doc . RemoveExternalSchema (); See...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ParagraphFormat.IsHeading | Aspose.Words for .NET

    Discover how the IsHeading property enhances your Document formatting by identifying built-in Heading styles for better organization and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words/par...
  4. PdfSaveOptions.imageColorSpaceExportMode proper...

    PdfSaveOptions.imageColorSpaceExportMode property. Specifies how the color space will be selected for the images in PDF Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Jpeg...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageExtractOptions class | Aspose.Words for Python

    aspose.words.PageExtractOptions class. Allows to specify options for Document page extracting.... doc = aw . Document ( file_name =...number of pages. extracted_doc1 = doc . extract_pages ( index = 1 ...

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

    Discover the Aspose.Words.Drawing.Charts.ChartLegend class to enhance your charts with customizable legend properties for better data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Convert Image To SVG Python

    Convert Image to SVG format in Python code. Save Image as SVG using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) shape...

    products.aspose.com/words/python-net/conversion...
  8. Convert JPG To Image Javascript

    Convert JPG to Image format in JavaScript code. Save JPG as Image using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document() var builder...

    products.aspose.com/words/nodejs-net/conversion...
  9. NodeChangingArgs.newParent property | Aspose.Wo...

    NodeChangingArgs.newParent property. Gets the node's parent that will be set after the operation completes....support of doc.nodeChangingCallback' , () => { let doc = new aw...aw . Document (); doc . nodeChangingCallback = new NodeChangingPrinter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Fields::FieldQuote class | Aspos...

    Aspose::Words::Fields::FieldQuote class. Implements the QUOTE field. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a QUOTE field, which...

    reference.aspose.com/words/cpp/aspose.words.fie...