Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 180,106 for

doc

(0.23 sec)
  1. OleFormat.isLink property | Aspose.Words for No...

    OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Embed a Microsoft Visio...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SignatureLine.signer_title property | Aspose.Wo...

    SignatureLine.signer_title property. Gets or sets suggested signer's title (for example, Manager)... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions...

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

    Effortlessly insert text into your Document with DocumentBuilder's Write method, enhancing your editing efficiency and streamlining your workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Border ....

    reference.aspose.com/words/net/aspose.words/doc...
  4. FindReplaceOptions.ignore_shapes property | Asp...

    FindReplaceOptions.ignore_shapes property. Gets or sets a boolean value indicating either to ignore shapes within a text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Lorem...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table.clearShading method | Aspose.Words for No...

    Table.clearShading method. Removes all shading on the table.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); insertAndNameBookmar(builder...

    reference.aspose.com/words/java/com.aspose.word...
  7. ChartSeries.clear method | Aspose.Words for Python

    ChartSeries.clear method. Removes all data values from the chart series... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginTop method. Specifies the inner top margin in points for a shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert another textbox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. DocumentBuilder.row_format property | Aspose.Wo...

    DocumentBuilder.row_format property. Returns an object that represents current table row formatting properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java.... Document doc = new Document(getMyDir() + "Bibliography...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

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