Paragraph.is_list_item property. True when the paragraph is an item in a bulleted or numbered list in original revision.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A list allows us to organize...
ShapeBase Title property. Gets or sets the title caption of the current shape object in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a shape, give it...
ImageWatermarkOptions IsWashout property. Gets or sets a boolean value which is responsible for washout effect of the watermark. The default value is true in C#.... Document doc = new Document (); // Modify...different options to insert image: doc . Watermark . SetImage ( Image...
RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Jpeg...
Aspose::Words::TextWatermarkOptions::get_Color method. Gets or sets font color. The default value is Silver in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...
Represents frame related formatting for a paragraph.... auto doc = MakeObject<Document>(MyDir...SharedPtr<Paragraph> paragraphFrame = doc->get_FirstSection()->get_Bod...