Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 180,224 for

doc

(0.32 sec)
  1. Convert CSV to WORD with C++ or with free Onlin...

    Convert CSV to WORD within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/csv-to...
  2. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_Document_properties property. Gets [PlainTextDocument.built_in_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . b...

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

    Discover the Aspose.Words.Orientation enum for seamless page orientation control. Enhance your Document formatting with ease and precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/ori...
  4. FieldXE | Aspose.Words for Java

    Implements the XE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create an INDEX field which...

    reference.aspose.com/words/java/com.aspose.word...
  5. UserInformation.initials property | Aspose.Word...

    UserInformation.initials property. Gets or sets the user's initials.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets page setup to default paper size, margins and orientation in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  8. TextBox Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.TextBox class to easily customize text display within shapes, enhancing your Document's visual appeal and functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert another textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  9. GroupShape constructor | Aspose.Words for Node.js

    GroupShape constructor. Creates a new group shape....GroupShape(doc) Creates a new group shape. GroupShape ( doc : Aspose...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.insertHyperlink method | Aspose...

    DocumentBuilder.insertHyperlink method. Inserts a hyperlink into the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "For more...

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