FieldTemplate.include_full_path property. Gets or sets whether to include the full file path name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...
Base class for BuiltInDocumentProperties and CustomDocumentProperties collections.... auto doc = MakeObject<Document>(); Sh...SharedPtr<CustomDocumentProper> properties = doc->get_CustomDocumentProper();...
TextWatermarkOptions FontFamily property. Gets or sets font family name. The default value is Calibri in C#.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...
Node Range property. Returns a Range object that represents the portion of a Document that is contained in this node in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add text to the first section...
Font Size property. Gets or sets the font size in points in C#....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...
TextWatermarkOptions.font_family property. Gets or sets font family name... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...
FontInfoCollection Contains method. Determines whether the collection contains a font with the given name in C#.... Document doc = new Document (); // A blank...AreEqual ( 3 , doc . FontInfos . Count ); Assert . True ( doc . FontInfos...
TextWatermarkOptions.is_semitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...