Sort Score
Result 10 results
Languages All
Labels All
Results 7,801 - 7,810 of 157,579 for

doc

(0.08 sec)
  1. Node.nextSibling property | Aspose.Words for No...

    Node.nextSibling property. Gets the node immediately following this node....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured Document tag is successfully mapped to XML data.... let doc = new aw . Document (); // Construct...#2</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.nodeTypeToString method | Aspose.Words for...

    Node.nodeTypeToString method. A utility method that converts a node type enum value into a user friendly string....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Table.auto_fit method | Aspose.Words for Python

    Table.auto_fit method. Resizes the table and cells according to the specified auto fit behavior.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Stroke.EndArrowLength | Aspose.Words for .NET

    Discover the Stroke EndArrowLength property to customize your design with precise arrowhead lengths, enhancing visual clarity and style.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Stroke.EndArrowWidth | Aspose.Words for .NET

    Discover the Stroke EndArrowWidth property to customize arrowhead width for strokes, enhancing your design precision and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Stroke.StartArrowType | Aspose.Words for .NET

    Discover the Stroke StartArrowType property to customize arrowheads at the start of strokes, enhancing your design's visual appeal and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  8. HorizontalRuleFormat.color property | Aspose.Wo...

    HorizontalRuleFormat.color property. Gets or sets the brush color that fills the horizontal rule.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...

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

    Discover IsPhoneticGuide, a powerful tool that determines if a run serves as a phonetic guide, enhancing your text's clarity and readability.... Document doc = new Document ( MyDir + "Phonetic...docx" ); RunCollection runs = doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/run...
  10. BookmarkStart.getText method | Aspose.Words for...

    BookmarkStart.getText method. Returns an empty string....let doc = CreateDocumentWithBo ( 3 ); let bookmarks = doc . range...

    reference.aspose.com/words/nodejs-net/aspose.wo...