aspose.words.drawing.RelativeVerticalSize enumeration. Specifies relatively to what the height of a shape or a text frame is calculated vertically.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Adding a simple shape with...
Stroke.back_color property. Gets or sets the background color of the stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Stroke.fore_color property. Gets or sets the foreground color of the stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Aspose::Words::Tables::Table::get_Bidi method. Gets or sets whether this is a right-to-left table in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::Tables::Table::get_DistanceTop method. Gets or sets distance between table top and the surrounding text, in points in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...
Footnote.reference_mark property. Gets/sets custom reference mark to be used for this footnote... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...
AxisDisplayUnit.Document property. Returns the Document containing the parent chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Effortlessly manage your Documents with the VariableCollection RemoveAt method, which removes a variable at any specified index for seamless data handling.... Document doc = new Document (); VariableCollection...VariableCollection variables = doc . Variables ; // Every document has...