Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 2,557 for

trim document

(0.04 sec)
  1. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....the Working with Fields documentation article. Remarks: Inserts...GREETINGLINE field. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Loading::RtfLoadOptions class | ...

    Aspose::Words::Loading::RtfLoadOptions class. Allows to specify additional options when loading Rtf Document into a Document object. To learn more, visit the Documentation article in C++....options when loading Rtf document into a Document object. To learn more...the Specify Load Options documentation article. class RtfLoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. TextPath.FitShape | Aspose.Words for .NET

    Discover how the TextPath FitShape property ensures your text perfectly fits within a shape's bounding box for enhanced design flexibility....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt.... That ( shape . TextPath . Trim , Is . False ); Assert . That...

    reference.aspose.com/words/net/aspose.words.dra...
  4. TextPath.FitPath | Aspose.Words for .NET

    Discover how TextPath FitPath enhances your design by ensuring text seamlessly follows any shape, creating stunning visual effects....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt.... That ( shape . TextPath . Trim , Is . False ); Assert . That...

    reference.aspose.com/words/net/aspose.words.dra...
  5. TextPath.Shadow | Aspose.Words for .NET

    Discover how the TextPath Shadow property enhances your text with customizable shadows for stunning visual effects on your designs....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt.... That ( shape . TextPath . Trim , Is . False ); Assert . That...

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

    Discover the TextPath Size property, easily customize font size in points for enhanced readability and design flexibility in your projects....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt.... That ( shape . TextPath . Trim , Is . False ); Assert . That...

    reference.aspose.com/words/net/aspose.words.dra...
  7. TextPath.SmallCaps | Aspose.Words for .NET

    Discover the TextPath SmallCaps property, easily format fonts to small capital letters for enhanced readability and stylish text design....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt.... That ( shape . TextPath . Trim , Is . False ); Assert . That...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextPath.Text | Aspose.Words for .NET

    Explore TextPath's Text property to effortlessly define and customize your text paths for stunning visual effects in your designs....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt.... That ( shape . TextPath . Trim , Is . False ); Assert . That...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FieldGreetingLine Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldGreetingLine class, designed to effortlessly implement GREETINGLINE fields for enhanced Document personalization....the Working with Fields documentation article. public class FieldGreetingLine...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Shape.text_path property | Aspose.Words for Python

    Shape.text_path property. Defines the text of the text path (of a WordArt object).... Document () # Insert a WordArt object...assertFalse ( shape . text_path . trim ) self . assertFalse ( shape...

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