Discover the FieldValue property of FieldMergingArgsBase. Easily access and modify field values from your data source for enhanced data management....void FieldFormats () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some MERGEFIELDs...
Customize your ChartAxis with the MinorTickMark property to enhance axis precision and improve data visualization. Set or return minor tick marks easily!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...
ShapeBase.relative_horizontal_size property. Gets or sets the value of shape's relative size in horizontal direction.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Adding a simple shape with...
Explore the Chart AxisY property to easily access and customize your chart's primary Y axis for enhanced data visualization and insights.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...
FormField.removeField method. Removes the complete form field, not just the form field special character.... let doc = new aw . Document ( base ....fields.docx" ); let formField = doc . range . formFields . at ( 3...
Document.joinRunsWithSameFormatting method. Joins runs with same formatting in all paragraphs of the Document.... let doc = new aw . Document ( base ....may be simplified. expect ( doc . getChildNodes ( aw . NodeType...
Aspose::Words::Saving::ImageSaveOptions::get_ImageSize method. Gets or sets the size of a generated image in pixels in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Page...
OleFormat.source_full_name property. Gets or sets the path and name of the source file for the linked OLE object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Embed a Microsoft Visio drawing...
Aspose::Words::Fields::FieldMacroButton::get_MacroName method. Gets or sets the name of the macro or command to run in C++.... auto doc = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); ASSERT_TRUE ( doc -> get_HasMacros ());...
XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX Document... doc = aw . Document ( file_name =...XlsxSectionMode . MULTIPLE_WORKSHEETS doc . save ( file_name = ARTIFACTS_DIR...