Customize your design with the Stroke BackThemeColor property. Easily set a ThemeColor for your stroke background to enhance visual appeal.... Document doc = new Document ( MyDir + "Stroke...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...
Defines attributes that specify how a text is displayed inside a shape in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert another textbox with...
Shape.adjustments property. Provides access to the adjustment raw values of a shape... doc = aw . Document ( file_name =...rectangle shape.docx' ) shape = doc . get_child ( aw . NodeType ...
ParagraphFormat.borders property. Gets collection of borders of the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let topBorder = builder ....
Border.lineStyle property. Gets or sets the border style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....
Aspose::Words::PlainTextDocument::get_Text method. Gets textual content of the Document concatenated as a string in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> Save...
DigitalSignature.signTime property. Gets the time the Document was signed.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...
DigitalSignature.signatureType property. Gets the type of the digital signature.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...