Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 30,983 for

doc

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

    Discover Aspose.Words.Drawing.ArrowLength enum to customize arrow lengths for enhanced line graphics in your Documents. Elevate your design today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  2. JoinStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.JoinStyle enum for versatile line join styles. Enhance your Document graphics with professional quality and flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  3. UserInformation.name property | Aspose.Words fo...

    UserInformation.name property. Gets or sets the user's name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. UserInformation.initials property | Aspose.Word...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageLayoutCallbackArgs.event property | Aspose....

    PageLayoutCallbackArgs.event property. Gets event...., () => { let doc = new aw . Document (); doc . builtInDocumentPrope...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . layoutOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldOptions.currentUser property | Aspose.Word...

    FieldOptions.currentUser property. Gets or sets the current user information.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) tables = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text to the document...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Aspose::Words::Layout::LayoutEnumerator::get_Cu...

    Aspose::Words::Layout::LayoutEnumerator::get_Current method. Gets or sets current position in the page layout model. This property returns an opaque object which corresponds to the current layout entity in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. FieldIndex.has_page_number_separator property |...

    FieldIndex.has_page_number_separator property. Gets a value indicating whether a page number separator is overridden through the field's code.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

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