TextBox.no_text_rotation property. Gets or sets a boolean value indicating either text of the TextBox should not rotate when the shape is rotated.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...
Chart.axes property. Gets a collection of all axes of this chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...
Aspose::Words::DocumentBuilder::InsertField method. Inserts a Word field into a Document and optionally updates the field result in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two fields while...
Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para = doc . getParagraph...capitals: let run = new aw . Run ( doc , "all capitals" ); run . font...
Font.allCaps property. True if the font is formatted as all capital letters.... let doc = new aw . Document (); let para = doc . getParagraph...capitals: let run = new aw . Run ( doc , "all capitals" ); run . font...
Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...