Sort Score
Result 10 results
Languages All
Labels All
Results 6,231 - 6,240 of 170,563 for

doc

(0.07 sec)
  1. 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...
  2. 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...
  3. Font.outline property | Aspose.Words for Node.js

    Font.outline property. True if the font is formatted as outline.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Set the Outline flag to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BorderCollection.color property | Aspose.Words ...

    BorderCollection.color property. Gets or sets the border color.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::DocumentVisitor::VisitDocumentEn...

    Aspose::Words::DocumentVisitor::VisitDocumentEnd method. Called when enumeration of the Document has finished in C++....:: Document > doc ) Parameter Type Description doc System::Sha...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. TextColumnCollection.spacing property | Aspose....

    TextColumnCollection.spacing property. When columns are evenly spaced, gets or sets the amount of space between each column in points.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let columns = builder . pageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PageSetup.borderAppliesTo property | Aspose.Wor...

    PageSetup.borderAppliesTo property. Specifies which pages the page border is printed on.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxisCollection class | Aspose.Words for No...

    Aspose.Words.Drawing.Charts.ChartAxisCollection class. Represents a collection of chart axes.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ParagraphFormat.Borders | Aspose.Words for .NET

    Discover the ParagraphFormat Borders property to easily manage and customize your paragraph borders, enhancing Document aesthetics and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Border topBorder = builder...

    reference.aspose.com/words/net/aspose.words/par...
  10. Section | Aspose.Words for Java

    Represents a single section in a Document in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

    reference.aspose.com/words/java/com.aspose.word...