Aspose::Words::Fields::FieldOptions::get_DefaultDocumentAuthor method. Gets or sets default Document author's name. If author's name is already specified in built-in Document properties, this option is not considered in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // AUTHOR fields source their...
Fill ForeColor property. Gets or sets a Color object that represents the foreground color for the fill in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...
Aspose::Words::Drawing::ShapeBase::get_Bounds method. Gets or sets the location and size of the containing block of the shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < GroupShape > ( doc ); ASSERT_EQ ( WrapType :: None...
WebExtensionProperty constructor. Creates web extension custom property with specified name and value in C#.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...
Denotes the start of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...
Represents an end of a bookmark in a Word Document.... SharedPtr<Document> doc = CreateDocumentWithBo(3); S...SharedPtr<BookmarkCollection> bookmarks = doc->get_Range()->get_Bookmarks();...
aspose.words.drawing.ArrowWidth enumeration. Width of the arrow at the end of a line.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...
Stroke.color property. Defines the color of a stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...