aspose.words.Comment class. Represents a container for text of a comment...Constructors Name Description Comment(doc) Initializes a new instance of...of the Comment class. Comment(doc, author, initial, date_time)...
Discover the Aspose.Words.WatermarkType enum for easy watermark customization in Documents. Enhance your projects with versatile watermark options!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...
Retrieve the first paragraph of a shape effortlessly. Enhance your Document's layout with our easy-to-use Shape FirstParagraph feature.... Document doc = new Document (); // Create...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...
Discover how the GenerateFromFirstPage option creates thumbnails from the Document's first page or image, enhancing your visual content effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...
SaveOptions.updateCreatedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.createdTime](../../../aspose.words.properties/builtinDocumentproperties/createdTime/) property is updated before saving... let doc = new aw . Document (); doc . builtInDocumentPrope...updateCreatedTimePro = isUpdateCreatedTimeP ; doc . save ( base . artifactsDir...
Adjust the JpegQuality property in ImageSaveOptions to optimize JPEG image quality for stunning visuals and improved performance. Perfect for developers!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertImage ( ImageDir...
PageSetup.lineNumberRestartMode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // We can use the section's...
aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF Document when it is opened in a PDF viewer.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...
Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // We can use the section's...
Discover the Font Name property to easily customize and set your font styles, enhancing your design's appeal and readability....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...