Sort Score
Result 10 results
Languages All
Labels All
Results 5,381 - 5,390 of 157,215 for

doc

(0.42 sec)
  1. 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 = System :: MakeObject < Aspose...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. ChartXValue.from_double method | Aspose.Words f...

    ChartXValue.from_double method. Creates a [ChartXValue](../) instance of the [ChartXValueType.DOUBLE](../../chartxvaluetype/#DOUBLE) type.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Border::GetHashCode method | Asp...

    Aspose::Words::Border::GetHashCode method. Serves as a hash function for this type in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  4. Aspose::Words::BorderCollection::get_Count meth...

    Aspose::Words::BorderCollection::get_Count method. Gets the number of borders in the collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm.... var doc = new aw . Document (); // Use...= new aw . DocumentBuilder ( doc ); // Write a new paragraph to...

    docs.aspose.com/words/nodejs-net/installation/
  6. Simple Mail Merge in Jython|Aspose.Words for Java

    Simple Mail Merge using Jython....'quickstart/' doc = Document ( dataDir + "MailMerge.doc" ); # Fill...the document with user data. doc . getMailMerge () . execute (...

    docs.aspose.com/words/java/simple-mail-merge-in...
  7. Font.Engrave | Aspose.Words for .NET

    Discover the Font Engrave property. Easily format fonts for an elegant engraved look, enhancing your design's sophistication and appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 36...

    reference.aspose.com/words/net/aspose.words/fon...
  8. OfficeMath.ParentParagraph | Aspose.Words for .NET

    Discover the OfficeMath ParentParagraph property to easily access the parent Paragraph of any node, enhancing your Document formatting and structure.... Document doc = new Document ( MyDir + "Office...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  9. DocumentBuilder.Italic | Aspose.Words for .NET

    Discover the DocumentBuilder Italic property. Easily format your text in italic for enhanced readability and style in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some MERGEFIELDS...

    reference.aspose.com/words/net/aspose.words/doc...
  10. ChartSeriesGroup.doughnutHoleSize property | As...

    ChartSeriesGroup.doughnutHoleSize property. Gets or sets the hole size of the parent doughnut chart as a percentage.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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