Sort Score
Result 10 results
Languages All
Labels All
Results 8,651 - 8,660 of 153,850 for

doc

(0.22 sec)
  1. Chart.source_full_name property | Aspose.Words ...

    Chart.source_full_name property. Gets the path and name of an xls/xlsx file this chart is linked to.... doc = aw . Document ( file_name =...linked chart.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MailMergerContext | Aspose.Words for Java

    Mail merge context in Java....operation: String doc = getMyDir() + "Mail merge.doc"; String[] fieldNames...create(mailMergerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Markup::XmlMapping class | Aspos...

    Aspose::Words::Markup::XmlMapping class. Specifies the information that is used to establish a mapping between the parent structured Document tag and an XML element stored within a custom XML data part in the Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. ControlChar class | Aspose.Words for Python

    aspose.words.ControlChar class. Control characters often encountered in Documents... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert paragraphs with...

    reference.aspose.com/words/python-net/aspose.wo...
  5. XlsxSaveOptions.date_time_parsing_mode property...

    XlsxSaveOptions.date_time_parsing_mode property. Gets or sets the mode that specifies how Document text is parsed to identify date and time values... doc = aw . Document ( file_name =...XlsxDateTimeParsingM . AUTO doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DashStyle | Aspose.Words for Java

    Dashed line style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  7. SaveOptions.ExportGeneratorName | Aspose.Words ...

    Enhance your Documents with the SaveOptions ExportGeneratorName property. Embed Aspose.Words name and version for better traceability. Default, true....Document doc = new Document (); // Use https://docs.aspose.c...ExportGeneratorName = false }; doc . Save ( ArtifactsDir + "OoxmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Font::get_LineSpacing method | A...

    Aspose::Words::Font::get_LineSpacing method. Returns line spacing of this font (in points) in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Set different fonts for...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. | Aspose

    Sample code for DJVU to Doc Java conversion. Use API example code for batch DJVU files to Doc conversion within any Web or Desktop Java based application....Conversion DJVU to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for C++...that converts an DJVU image to DOC document: Create an instance...

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  10. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); final String FILLER_TEXT =...

    reference.aspose.com/words/java/com.aspose.word...