ShapeBase Rotation property. Defines the angle in degrees that a shape is rotated. Positive value corresponds to clockwise rotation angle in C#.... Document doc = new Document (); DocumentBuilder...namespace Aspose.Words.Drawing assembly Aspose.Words ShapeBase.Right...
Font Engrave property. True if the font is formatted as engraved in C#.... Document doc = new Document (); DocumentBuilder...Font namespace Aspose.Words assembly Aspose.Words Font.EmphasisMark...
Aspose.Words.HeightRule enum. Specifies the rule for determining the height of an object in C#....with a document builder. Document doc = new Document (); DocumentBuilder...Also namespace Aspose.Words assembly Aspose.Words HeaderFooterType...
Font StrikeThrough property. True if the font is formatted as strikethrough text in C#.... Document doc = new Document (); Paragraph para...Font namespace Aspose.Words assembly Aspose.Words Font.Spacing...
HtmlSaveOptions ImageResolution property. Specifies the output resolution for images when exporting to HTML MHTML or EPUB. Default is 96 dpi in C#....saving a document to HTML. Document doc = new Document ( MyDir...namespace Aspose.Words.Saving assembly Aspose.Words HtmlSaveOptions...
FontSubstitutionSettings DefaultFontSubstitution property. Settings related to default font substitution rule in C#.... Document doc = new Document (); FontSettings..."Courier New" ; // Using a document builder, add some text in...
FieldChar GetField method. Returns a field for the field char in C#.... Document doc = new Document (); DocumentBuilder...represents the field in the document. field = ( FieldDate ) fieldStart...
ImageData ImageBytes property. Gets or sets the raw bytes of the image stored in the shape in C#....image is not stored in the document (e.g the image is probably...image data. Document imgSourceDoc = new Document ( MyDir + "Images...
Set XMP metadata of Document....SetXmpMetadata Document.SetXmpMetadata method Set XMP metadata...metadata of document. public void SetXmpMetadata ( Stream stream )...
LayoutEnumerator MovePreviousLogical method. Moves to the previous sibling entity in a logical order. When iterating lines of a paragraph broken across pages this method will move to the previous line even if it resides on another page in C#....the document. Examples Shows ways of traversing a document’s layout...LayoutEnumerator () { // Open a document that contains a variety of...