Sort Score
Result 10 results
Languages All
Labels All
Results 5,231 - 5,240 of 157,127 for

doc

(0.1 sec)
  1. Watermark Class | Aspose.Words for .NET

    Discover the Aspose.Words.Watermark class to easily add and customize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  2. ConvertUtil | Aspose.Words for Java

    Provides helper functions to convert between various measurement units in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getPageSetup().setPaperSize(PaperSize...

    reference.aspose.com/words/java/com.aspose.word...
  3. Range.Text | Aspose.Words for .NET

    Discover the Range Text property to easily retrieve and manipulate text within a specified range for enhanced content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/ran...
  4. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_line property. Gets or sets the number of characters per line in the Document grid.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Font::get_AllCaps method | Aspos...

    Aspose::Words::Font::get_AllCaps method. True if the font is formatted as all capital letters in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. RevisionGroup.RevisionType | Aspose.Words for .NET

    Discover the RevisionGroup RevisionType property to easily identify and manage the types of revisions in your project. Streamline your workflow today!... Document doc = new Document ( MyDir + "Revisions...docx" ); Assert . AreEqual ( 7 , doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...
  7. Insert Image using Apache POI and Aspose.Words|...

    Add image into a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . insertImage ( dataDir...

    docs.aspose.com/words/java/insert-image-using-a...
  8. UserInformation.Name | Aspose.Words for .NET

    Effortlessly manage user profiles with the UserInformation Name property. Easily retrieve or update user names for enhanced personalization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldOptions.fileName property | Aspose.Words f...

    FieldOptions.fileName property. Gets or sets the file name of the Document.... let doc = new aw . Document ( base ....= new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageLayoutCallbackArgs.Event | Aspose.Words for...

    Discover the PageLayoutCallbackArgs event property to enhance your application's functionality. Unlock seamless event handling for better performance....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...