Aspose::Words::Drawing::ImageSize::get_HeightPixels method. Gets the height of the image in pixels in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...> ( doc ); // Insert a shape into the document which contains...
Aspose::Words::RunCollection::idx_get method. Retrieves a Run at the given index in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...docx" ); // When we edit the document while the "Track Changes"...
Aspose::Words::Fields::FieldAddressBlock::get_LanguageId method. Gets or sets the language ID used to format the address in C++....get_LanguageId () Examples Shows how to insert an ADDRESSBLOCK field. auto...MakeObject < Aspose :: Words :: Document > (); auto builder = System...
Work with SmartArt in Aspose.Slides for C++: create, edit, convert, and style diagrams with C++ for PowerPoint and OpenDocument presentations.... Add SmartArt Insert a SmartArt graphic using one...
Discover the ChartXValueCollection FormatCode property, easily customize X value formats for enhanced data visualization and clarity in your charts.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a Bubble chart. Shape shape...
Aspose::Words::PageSetup::get_BorderSurroundsHeader method. Specifies whether the page border includes or excludes the header in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...-> MoveToDocumentEnd (); // Insert a blue double-line border....
Discover the FieldArgumentBuilder constructor to efficiently create and customize FieldArgumentBuilder instances for your development needs.... and then insert them into the document. Document doc = new Document...Document (); // Below are three examples of field construction...
IStructuredDocumentTag.lock_contents property. When set to true, this property will prohibit a user from editing the contents of this SDT....to structured document tags. doc = aw . Document () builder =...= doc ) # Insert a plain text structured document tag, which...
Aspose::Words::Fields::FieldIncludePicture::get_SourceFullName method. Gets or sets the location of the picture using an IRI in C++....override Examples Shows how to insert images using IMPORT and INCLUDEPICTURE...MakeObject < Aspose :: Words :: Document > (); auto builder = System...
Provides typed access to a collection of Row nodes in Java....the Working with Tables documentation article. Examples: Shows...the document and print the contents of each cell. Document doc...