TextColumn.width property. Gets or sets the width of the text column in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) page_setup = builder . page_setup...
Font.size_bi property. Gets or sets the font size in points used in a right-To-left Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Define a set of font settings...
Aspose::Words::Fonts::FontFallbackSettings::Load method. Loads fallback settings from XML stream in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Load an XML document...
ListLevel.createPictureBullet method. Creates picture bullet shape for the current list level.... let doc = new aw . Document (); let list = doc . lists ...= new aw . DocumentBuilder ( doc ); builder . listFormat . list...
Fill.textureAlignment property. Gets or sets the alignment for tile texture fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...
Aspose::Words::Font::get_AllCaps method. True if the font is formatted as all capital letters in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::Watermark::Remove method. Removes the watermark in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...
FieldOptions.template_name property. Gets or sets the file name of the template used by the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...
ChartNumberFormat.format_code property. Gets or sets the format code applied To a data label.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a line chart, then...