Aspose::Words::Drawing::ShapeBase::get_Name method. Gets or sets the optional shape name in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
ChartNumberFormat.is_linked_to_source property. Specifies whether the format code is linked to a source cell... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Aspose::Words::Tables::Table::EnsureMinimum method. If the table has no rows, creates and appends one Row in C++.... auto doc = System :: MakeObject < Aspose...Words :: Tables :: Table > ( doc ); doc -> get_FirstSection () ->...
Aspose::Words::ControlChar::NonBreakingHyphenChar field. Non-breaking Hyphen in Microsoft Word is (char)30 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...
Aspose::Words::Document::get_VersionsCount method. Gets the number of Document versions that was stored in the DocDocument in C++....versions that was stored in the DOC document. int32_t Aspose :: Words...Word supports versions only for DOC files. This property allows to...
Discover if a specific Document field mapping exists in MappedDataFieldCollection with the ContainsKey method. Streamline data management effortlessly!...MappedDataFieldColle () { Document doc = CreateSourceDocMappe (); DataTable...MappedDataFieldColle mappedDataFields = doc . MailMerge . MappedDataFields...
ShapeBase.width property. Gets or sets the width of the containing block of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...
aspose.words.settings.ZoomType enumeration. Possible values for how large or small the Document appears on the screen in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...