Sort Score
Result 10 results
Languages All
Labels All
Results 9,941 - 9,950 of 180,098 for

doc

(0.1 sec)
  1. Aspose::Words::BorderType enum | Aspose.Words f...

    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...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. Font.nameBi property | Aspose.Words for Node.js

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FixedPageSaveOptions.numeralFormat property | A...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PhoneticGuide | Aspose.Words for Java

    Represents Phonetic Guide in Java.... Document doc = new Document(getMyDir() + "Phonetic...docx"); RunCollection runs = doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  5. StructuredDocumentTagRangeStart.Appearance | As...

    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...

    reference.aspose.com/words/net/aspose.words.mar...
  6. NodeRendererBase.RenderToSize | Aspose.Words fo...

    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...

    reference.aspose.com/words/net/aspose.words.ren...
  7. MeasurementUnits enumeration | Aspose.Words for...

    Aspose.Words.MeasurementUnits enumeration. Specifies the unit of measurement.... let doc = new aw . Document ( base ....isStrictSchema11 = exportToOdt11Specs ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PclSaveOptions.saveFormat property | Aspose.Wor...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Chart.sourceFullName property | Aspose.Words fo...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....ts/' doc = Document () builder = DocumentBuilder ( doc ) # Insert...same time. field . update () doc . save ( dataDir + "InsertNestedFields...

    docs.aspose.com/words/java/insert-nested-fields...