Aspose::Words::Document::get_SpellingChecked method. Returns true if the Document has been checked for spelling in C++.... auto doc = System :: MakeObject < Aspose...string with spelling errors. doc -> get_FirstSection () -> get_Body...
Aspose::Words::Style::get_Name method. Gets or sets the name of the style in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 4 , doc -> get_Styles () -> get_Count...
CustomXmlPartCollection.clone method. Makes a deep copy of this collection and its items.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...
Inline.font property. Provides access to the font formatting of this object.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...
Paragraph.paragraph_format property. Provides access to the paragraph formatting properties.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...
Run.text property. Gets or sets the text of the run.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...
Aspose::Words::Markup::CustomPartCollection::Clone method. Makes a deep copy of this collection and its items in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...