Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 42,267 for

doc

(0.05 sec)
  1. DocumentBuilder | Aspose.Words for .NET

    Create powerful Documents effortlessly with DocumentBuilder. Initialize a new instance and streamline your Document management today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify font formatting...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ConvertUtil.PointToPixel | Aspose.Words for .NET

    Effortlessly convert points to pixels with ConvertUtil's PointToPixel method, optimized for 96 dpi. Enhance your design precision today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A section's "Page Setup"...

    reference.aspose.com/words/net/aspose.words/con...
  3. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your Documents effortlessly with DocumentBuilder's Writeln method—insert text and paragraph breaks seamlessly for improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/doc...
  4. CommentRangeStart constructor | Aspose.Words fo...

    CommentRangeStart constructor. Initializes a new instance of this class....constructor CommentRangeStart(doc, id) Initializes a new instance...this class. CommentRangeStart ( doc : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CommentRangeEnd constructor | Aspose.Words for ...

    CommentRangeEnd constructor. Initializes a new instance of this class....constructor CommentRangeEnd(doc, id) Initializes a new instance...this class. CommentRangeEnd ( doc : Aspose . Words . DocumentBase...

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

    Discover how the ParagraphFormat WordWrap property affects text wrapping in Word. Learn to control Latin text flow for improved Document readability.... Document doc = new Document ( MyDir + "Document...); ParagraphFormat format = doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  7. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Helo...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IStructuredDocumentTag.IsMultiSection | Aspose....

    Discover the IStructuredDocumentTag's IsMultiSection property, which identifies if your tag is a ranged multisection, enhancing Document organization and functionality.... Document doc = new Document ( MyDir + "Structured... IStructuredDocumentT sdt = doc . Range . StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  9. NumSpacing enumeration | Aspose.Words for Python

    aspose.words.NumSpacing enumeration. Specifies possible values in which numeral spacing can be displayed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # This effect is only supported...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat.word_wrap property | Aspose.Wor...

    ParagraphFormat.word_wrap property. If this property is ``False``, Latin text in the middle of a word can be wrapped for the current paragraph... doc = aw . Document ( file_name =...+ 'Document.docx' ) format = doc . first_section . body . first_paragraph...

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