Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 30,980 for

doc

(0.04 sec)
  1. Converter.Create | Aspose.Words for .NET

    Create a new instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation.... string doc = MyDir + "Big document.docx"...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  2. ParagraphFormat.no_space_between_paragraphs_of_...

    ParagraphFormat.no_space_between_paragraphs_of_same_style property. When ``True``, [ParagraphFormat.space_before](../space_before/) and [ParagraphFormat.space_after](../space_after/) will be ignored between the paragraphs of the same style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Apply a large amount of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BorderCollection.Shadow | Aspose.Words for .NET

    Discover the BorderCollection Shadow property to enhance your designs. Easily control border shadows for a modern, stylish look in your projects!...Document doc = new Document (); PageSetup pageSetup = doc . Sections.... Borders . Shadow = true ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/bor...
  4. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.hasRevisions property | Aspose.Words f...

    Document.hasRevisions property. Returns ``true`` if the Document has any tracked changes.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

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

    Manage your Revision Author effortlessly. Easily set or update the author details for each revision—ensuring clarity and accountability in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  7. ParagraphFormat.SpaceBefore | Aspose.Words for ...

    Discover the ParagraphFormat SpaceBefore property to easily adjust paragraph spacing in points, enhancing your Document's readability and style.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Apply a large amount of...

    reference.aspose.com/words/net/aspose.words/par...
  8. TextBox.InternalMarginRight | Aspose.Words for ...

    Discover the TextBox InternalMarginRight property to customize your shapes with precise right margins in points for enhanced design flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert another textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  9. MarkdownExportAsHtml Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.MarkdownExportAsHtml enum to effortlessly convert Markdown elements to raw HTML, enhancing your Document export options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Sample...

    reference.aspose.com/words/net/aspose.words.sav...
  10. IStructuredDocumentTag.removeSelfOnly method | ...

    IStructuredDocumentTag.removeSelfOnly method. Removes just this SDT node itself, but keeps the content of it inside the Document tree.... let doc = new aw . Document ( base ....structured tags. let sdts = doc . range . structuredDocumentTa...

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