TabStopCollection.equals method. Determines whether the specified [TabStopCollection](../) is equal in value to the current [TabStopCollection](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...
TabStop.equals method. Compares with the specified [TabStop](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...
Aspose::Words::Fields::FieldInfo::get_NewValue method. Gets or sets an optional value that updates the property in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set a value for the "Comments"...
Shape.signature_line property. Gets [SignatureLine](../../signatureline/) object if the shape is a signature line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions...
OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Embed a Microsoft Visio...
Aspose::Words::Drawing::Fill::get_TextureAlignment method. Gets or sets the alignment for tile texture fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
SignatureLineOptions.default_instructions property. Gets or sets a value indicating that default instructions is shown in the Sign dialog... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) signature_line_options = aw . ...
Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...