PageSetup.orientation property. Returns or sets the orientation of the page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...
Aspose::Words::Fields::FieldAuthor::get_AuthorName method. Gets or sets the Document author's name in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // AUTHOR fields source their...
Aspose.Words.Settings.ZoomType enumeration. Possible values for how large or small the Document appears on the screen in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...
Aspose::Words::Markup::CustomXmlPartCollection::RemoveAt method. Removes an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...
Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a floating image...
Cell.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... doc = aw . Document () table = aw...aw . tables . Table ( doc ) doc . first_section . body . append_child...
Aspose::Words::Settings::ViewOptions::get_ViewType method. Controls the view mode in Microsoft Word in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...
Aspose::Words::Markup::CustomPartCollection::idx_set method. Gets or sets an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...
Aspose::Words::Markup::CustomPart::get_ContentType method. Specifies the content type of this custom part in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...