MailMerge ExecuteADO method. Performs mail merge from an ADO Recordset object into the Document in C#....) Dim Doc Set Doc = Helper . Open ( "CustomerLabels.doc" ) Doc...RS Doc . Save "C:\MyPath\CustomerLabels Out VBScript.doc" Shows...
Aspose::Words::Vba::VbaModuleCollection::Add method. Adds a module to the collection in C++.... auto doc = MakeObject < Document > ();...set_Name ( u "Aspose.Project" ); doc -> set_VbaProject ( project );...
Aspose.Words.Drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert another textbox...
FontInfoCollection.contains method. Determines whether the collection contains a font with the given name.... doc = aw . Document () # A blank...( 3 , doc . font_infos . count ) self . assertTrue ( doc . font_infos...
Watermark Type property. Gets the watermark type in C#.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...
aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... and change its orientation doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) textbox = aw . drawing . Shape ( doc , aw ...
FieldStyleRef InsertParagraphNumberInFullContext property. Gets or sets whether to insert the paragraph number of the referenced paragraph in full context in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...
FieldStyleRef InsertRelativePosition property. Gets or sets whether to insert the relative position of the referenced paragraph in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...