BorderCollection.count property. Gets the number of borders in the collection.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Paragraph...
FieldQuote.text property. Gets or sets the text to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a QUOTE field, which will...
TableStyle.bidi property. Gets or sets whether this is a style for a right-to-left table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
aspose.words.drawing.charts.AxisDisplayUnit class. Provides access to the scaling options of the display units for the value axis... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Aspose::Words::Drawing::ShadowFormat::get_Color method. Gets or sets a Color object that represents the color for the shadow. The default value is Black in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Make your Document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...
Discover how to use the FieldGreetingLine AlternateText property to enhance user experience by displaying custom text when names are missing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a generic greeting...
Enhance your FieldXE experience! Control bold formatting for entry page numbers effortlessly with the IsBold property. Boost readability and style!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...
Aspose::Words::Lists::ListCollection::AddCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: Lists :: List > list1 = doc -> get_Lists () -> Add ( Aspose...