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

doc

(0.22 sec)
  1. FieldAsk.BookmarkName | Aspose.Words for .NET

    Discover the FieldAsk BookmarkName property to easily manage and customize your bookmarks. Enhance your user experience with seamless navigation!...void FieldAsk () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Font.NoProofing | Aspose.Words for .NET

    Discover Font NoProofing. Prevent spell check on formatted text for cleaner designs. Enhance your Documents with precision and professionalism!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normally, Microsoft Word...

    reference.aspose.com/words/net/aspose.words/fon...
  3. BuiltInDocumentProperties.comments property | A...

    BuiltInDocumentProperties.comments property. Gets or sets the Document comments.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.clear_formatting method | Aspos...

    ParagraphFormat.clear_formatting method. Resets to default paragraph formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A list allows us to organize...

    reference.aspose.com/words/python-net/aspose.wo...
  5. C# API to Export PS to DOT | products.aspose.com

    Convert PS to DOT without using Microsoft Word...PostScript (PS) files to the DOC format. After the conversion...API can be used to render the DOC file to DOT format. The Aspose...

    products.aspose.com/total/net/conversion/ps-to-...
  6. Border.DistanceFromText | Aspose.Words for .NET

    Discover the Border DistanceFromText property to easily adjust border spacing from text or page edges in points for enhanced layout control....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/bor...
  7. ShapeBase.canHaveImage property | Aspose.Words ...

    ShapeBase.canHaveImage property. Returns ``true`` if the shape type allows the shape to have an image.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a shape with an...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TextColumnCollection.setCount method | Aspose.W...

    TextColumnCollection.setCount method. Arranges text into the specified number of text columns.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let columns = builder . pageSetup...

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

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing Document formatting and readability in your projects....Document doc = new Document (); Paragraph para = doc . FirstSection...Microsoft Word. Assert . That ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/tab...
  10. VbaProject.Clone | Aspose.Words for .NET

    Effortlessly duplicate your VbaProject with the Clone method. Enhance your workflow and streamline project management today!... Document doc = new Document ( MyDir + "VBA...VbaProject copyVbaProject = doc . VbaProject . Clone (); destDoc...

    reference.aspose.com/words/net/aspose.words.vba...