Aspose::Words::Fields::FieldMacroButton::get_DisplayText method. Gets or sets the text to appear as the "button" that is selected to run the macro or command in C++....fields to allow us to run a document’s macros by clicking. auto...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Macro...
Easily remove bookmarks from your document while preserving the text inside. Streamline your editing process with our efficient Bookmark Remove method!...Removes the bookmark from the document. Does not remove text inside...bookmarks from a document. Document doc = new Document (); DocumentBuilder...
Transform CGM to WORDML via Android via Java API...extraction, image extraction, and document manipulation. The Aspose.Words...as document manipulation, text manipulation, and document conversion...
TableStyle.alignment property. Specifies the alignment for the table style.... Document () builder = aw . DocumentBuilder...= aw . LineStyle . SINGLE # Insert a table and apply the style...
FieldIf.true_text property. Gets or sets the text displayed if the comparison expression is true....Shows how to insert an IF field. doc = aw . Document () builder...'Statement 1: ' ) field = builder . insert_field ( field_type = aw . fields...
aspose.words.settings.OdsoFieldMapData class. Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document...predefined merge fields within the document. To learn more, visit the...Mail Merge and Reporting documentation article. Remarks Microsoft...
Aspose.Words.Settings.OdsoFieldMapData class. Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document...predefined merge fields within the document. To learn more, visit the...Mail Merge and Reporting documentation article. Remarks Microsoft...
ThemeFonts.complex_script property. Specifies font name for ComplexScript characters.... Document ( file_name = MY_DIR + 'Theme...object gives us access to the document theme, a source of default...
使用 Aspose.PDF for Go via C++,使用 Go 示例代码,以编程方式将 PDF 页面添加到您的文档中...使用指定的索引调用 PageCollection 集合的 Insert 方法。 使用 保存 方法保存输出 PDF。 将新页面插入到...Open(filename string) opens a PDF-document with filename pdf , err :=...
ChartDataLabel.position property. Gets or sets the position of the data label.... Document () builder = aw . DocumentBuilder...doc ) # Insert column chart. shape = builder . insert_chart (...