Sort Score
Result 10 results
Languages All
Labels All
Results 8,041 - 8,050 of 145,690 for

doc

(0.15 sec)
  1. SignatureLine.Signer | Aspose.Words for .NET

    Enhance your Documents with SignatureLine Signer property. Easily set suggested signers for signature lines, streamlining your signing process effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions options...

    reference.aspose.com/words/net/aspose.words.dra...
  2. SignatureLine.SignerTitle | Aspose.Words for .NET

    Customize the SignerTitle in SignatureLine to enhance your Document workflow. Set suggested titles like 'Manager' for streamlined signing experiences.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions options...

    reference.aspose.com/words/net/aspose.words.dra...
  3. AxisGroup Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisGroup enum, your key to managing chart axis groups effectively for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. BuiltInDocumentProperties.lastSavedBy property ...

    BuiltInDocumentProperties.lastSavedBy property. Gets or sets the name of the last author.... let doc = new aw . Document ( base ...."Properties.docx" ); let properties = doc . builtInDocumentPrope ; // The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.size_bi property | Aspose.Words for Python

    Font.size_bi property. Gets or sets the font size in points used in a right-to-left Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Define a set of font settings...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SignatureLine.Email | Aspose.Words for .NET

    Manage suggested signers' email addresses effortlessly with SignatureLine Email property. Enhance your workflow with customizable, user-friendly features.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions options...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::DocumentVisitor::VisitShapeEnd m...

    Aspose::Words::DocumentVisitor::VisitShapeEnd method. Called when enumeration of a shape has ended in C++....void GroupOfShapes () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::Bookmark::get_BookmarkEnd method...

    Aspose::Words::Bookmark::get_BookmarkEnd method. Gets the node that represents the end of the bookmark in C++.... SharedPtr < Document > doc = CreateDocumentWithBo ( 3 );...BookmarkCollection > bookmarks = doc -> get_Range () -> get_Bookmarks...

    reference.aspose.com/words/cpp/aspose.words/boo...
  9. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Border topBorder = builder...

    reference.aspose.com/words/java/com.aspose.word...