Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 155,673 for

doc

(0.07 sec)
  1. WatermarkLayout Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WatermarkLayout enum for optimal watermark positioning. Enhance your Document design with precise layout control and customization.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  2. MailMerge.GetRegionsByName | Aspose.Words for .NET

    Discover the MailMerge GetRegionsByName method to effortlessly retrieve a collection of mail merge regions by name, enhancing your Document automation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // "TableStart" and "TableEnd"...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Font.style property | Aspose.Words for Python

    Font.style property. Gets or sets the character style applied to this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a custom style and...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Shape.firstParagraph property | Aspose.Words fo...

    Shape.firstParagraph property. Gets the first paragraph in the shape.... let doc = new aw . Document (); // Create...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TextPath.Spacing | Aspose.Words for .NET

    Discover TextPath Spacing. Control text spacing effortlessly. Optimize readability with precise adjustments—1 equals 100 for perfect alignment!...InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextPath.Trim | Aspose.Words for .NET

    Discover the TextPath Trim property to enhance your design by removing unwanted space above and below text for a cleaner, more polished look....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  7. FieldMergeBarcode.ErrorCorrectionLevel | Aspose...

    Discover the FieldMergeBarcode ErrorCorrectionLevel property to optimize your QR Code's reliability. Set values from 0 to 3 for enhanced error correction.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a MERGEBARCODE field...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Fonts::FontInfoCollection::Conta...

    Aspose::Words::Fonts::FontInfoCollection::Contains method. Determines whether the collection contains a font with the given name in C++.... auto doc = MakeObject < Document > ();...about that font. ASSERT_EQ ( 3 , doc -> get_FontInfos () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. Aspose::Words::BookmarkCollection::RemoveAt met...

    Aspose::Words::BookmarkCollection::RemoveAt method. Removes a bookmark at the specified index in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  10. Untangle Row Bookmarks in Ruby|Aspose.Words for...

    Untangle row bookmarks using Ruby....untangle_row_bookmark ( doc ) bookmarks = doc . getRange () . getBookmarks...document. doc . save ( @data_dir + "TestDefect1352 Out.doc" ) end...

    docs.aspose.com/words/java/untangle-row-bookmar...