Sort Score
Result 10 results
Languages All
Labels All
Results 4,851 - 4,860 of 180,798 for

doc

(0.11 sec)
  1. Run constructor | Aspose.Words for Node.js

    Aspose.Words.Run constructor...constructor Contents [ Hide ] Run(doc) Initializes a new instance of...of the Run class. Run ( doc : Aspose . Words . DocumentBase )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldIf.RightExpression | Aspose.Words for .NET

    Discover the FieldIf RightExpression property, easily manage the right segment of your comparison expressions for enhanced data accuracy and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Statement...

    reference.aspose.com/words/net/aspose.words.fie...
  3. AxisGroup enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisGroup enumeration. Represents a type of a chart axis group.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IFieldUpdatingCallback.FieldUpdating | Aspose.W...

    Discover the IFieldUpdatingCallback method—your solution for custom field updates, ensuring precision and control in data management....FieldUpdatingCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  5. IFieldUpdatingProgressCallback.Notify | Aspose....

    Enhance your app's performance with the IFieldUpdatingProgressCallback Notify method, designed to efficiently track and respond to progress updates....FieldUpdatingCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldOptions.FieldUpdatingProgressCallback | As...

    Discover the FieldUpdatingProgressCallback property in FieldOptions. Easily manage IFieldUpdatingProgressCallback implementations for enhanced performance!...FieldUpdatingCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  7. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java.... Document doc = new Document(getMyDir() + "Office...OfficeMath officeMath = (OfficeMath) doc.getChild(NodeType.OFFICE_MATH...

    reference.aspose.com/words/java/com.aspose.word...
  8. WatermarkType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WatermarkType enum for easy watermark customization in Documents. Enhance your projects with versatile watermark options!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  9. VbaProject.references property | Aspose.Words f...

    VbaProject.references property. Gets a collection of VBA project references....dll" ; let doc = new aw . Document ( base ....project.docm" ); let references = doc . vbaProject . references ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. VbaProject.References | Aspose.Words for .NET

    Explore the VBA Project References property to efficiently manage your VBA project references and enhance your coding capabilities. Unlock your programming potential!...dll" ; Document doc = new Document ( MyDir + "VBA...VbaReferenceCollecti references = doc . VbaProject . References ; Assert...

    reference.aspose.com/words/net/aspose.words.vba...