Aspose::Words::BorderType enum. Specifies sides of a border. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Font.nameBi property. Returns or sets the name of the font in a right-to-left language Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...
FixedPageSaveOptions.numeralFormat property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . localeId...
Discover how to customize the appearance of StructuredDocumentTagRangeStart for enhanced Document formatting and improved readability.... Document doc = new Document ( MyDir + "Multi-section...); StructuredDocumentTa tag = doc . GetChild ( NodeType . StructuredDocumentTa...
Discover the NodeRendererBase RenderToSize method to efficiently render shapes into Graphics objects at your desired size for enhanced visual output....RenderShapesOnForm () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); ShapeForm shapeForm = new...
Aspose.Words.MeasurementUnits enumeration. Specifies the unit of measurement.... let doc = new aw . Document ( base ....isStrictSchema11 = exportToOdt11Specs ; doc . save ( base . artifactsDir...
PclSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document ( base ....rasterizeTransformed = true doc . save ( base . artifactsDir...
Chart.sourceFullName property. Gets the path and name of an xls/xlsx file this chart is linked to.... let doc = new aw . Document ( base ....linked chart.docx" ); let shape = doc . getShape ( 0 , true ); let...