Implement this interface to provide data for the FieldDatabase field when its updated in Java....database and insert it as a field into a document. Document doc = new...new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::Contains method. Determines whether the collection contains a bookmark with the given name in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert a bookmark with another bookmark...
Aspose.Words.LineStyle enumeration. Specifies line style of a [Border](../border/)....to insert a string surrounded by a border into a document. let...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
Border.lineWidth property. Gets or sets the border width in points....to insert a string surrounded by a border into a document. let...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::Add method. Adds a bookmark to the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert a bookmark with another bookmark...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::Remove method. Removes a bookmark with the specified name from the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert a bookmark with another bookmark...
ShapeBase.target property. Gets or sets the target frame for the shape hyperlink.... Examples Shows how to insert a shape which contains an image...also a hyperlink. doc = aw . Document () builder = aw . DocumentBuilder...
Aspose.Words.Drawing.HorizontalRuleAlignment enumeration. Represents the alignment for the specified horizontal rule.... Examples Shows how to insert a horizontal rule shape, and...formatting. let doc = new aw . Document (); let builder = new aw ...
HorizontalRuleFormat.color property. Gets or sets the brush color that fills the horizontal rule.... Examples Shows how to insert a horizontal rule shape, and...formatting. let doc = new aw . Document (); let builder = new aw ...
HorizontalRuleFormat.no_shade property. Indicates the presence of 3D shading for the horizontal rule... Examples Shows how to insert a horizontal rule shape, and...its formatting. doc = aw . Document () builder = aw . DocumentBuilder...