aspose.words.tables.PreferredWidthType enumeration. Specifies the unit of measurement for the preferred width of a table or cell.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...
PdfSaveOptions.createNoteHyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks... let doc = new aw . Document ( base ....createNoteHyperlinks = true ; doc . save ( base . artifactsDir...
Discover the MappedDataFieldCollection Item property to easily manage field names in your data source for seamless mail merge integration....MappedDataFieldColle () { Document doc = CreateSourceDocMappe (); DataTable...MappedDataFieldColle mappedDataFields = doc . MailMerge . MappedDataFields...
Convert Image to SVG format in C++ code. Save Image as SVG using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...
Convert Image to GIF format in C++ code. Save Image as GIF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...
Holds the options that allow controlling the Document layout process in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert hidden text, then...
ChartFormat.setDefaultFill method. Resets the fill of the chart element to have the default value.... let doc = new aw . Document ( base ....format.docx" ); let shape = doc . getShape ( 0 , true ); let...
HtmlSaveOptions.replaceBackslashWithYenSign property. Specifies whether backslash characters should be replaced with yen signs... let doc = new aw . Document ( base ....replaceBackslashWith = true ; doc . save ( base . artifactsDir...