Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A Story is a type of node...
Aspose::Words::PageSetup::get_RightMargin method. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...
Aspose::Words::PageSetup::get_TopMargin method. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...
Aspose::Words::PageSetup::get_BottomMargin method. Returns or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...
Holds the options that allow controlling the Document layout process in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert hidden text, then...
Cell constructor. Initializes a new instance of the [Cell](../) class....Cell constructor Cell(doc) Initializes a new instance of the...the Cell class. Cell ( doc : Aspose . Words . DocumentBase ) Parameter...
Paragraph constructor. Initializes a new instance of the [Paragraph](../) class....Paragraph constructor Paragraph(doc) Initializes a new instance of...Paragraph class. Paragraph ( doc : Aspose . Words . DocumentBase...