Insert, obtain, or format a form field in a Document using Python....form field into a document: doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_text_input ( "TextInput"...
Aspose::Words::DocumentBase::get_PageColor method. Gets or sets the page color of the Document. This property is a simpler version of BackgroundShape in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> set_PageColor...
TextPath.spacing property. Defines the amount of spacing for text... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.underline property. True if the font is underlined.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.fit_shape property. Defines whether the text fits bounding box of a shape.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...