Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 157,354 for

doc

(0.06 sec)
  1. Aspose::Words::BuildingBlocks::BuildingBlock::g...

    Aspose::Words::BuildingBlocks::BuildingBlock::get_NodeType method. Returns the BuildingBlock value in C++....void RecurseChildren () { auto doc = MakeObject < Document > ( MyDir...is composite. ASSERT_TRUE ( doc -> get_IsComposite ()); // Invoke...

    reference.aspose.com/words/cpp/aspose.words.bui...
  2. Aspose::Words::Drawing::Shape::get_NodeType met...

    Aspose::Words::Drawing::Shape::get_NodeType method. Returns Shape in C++....void RecurseChildren () { auto doc = MakeObject < Document > ( MyDir...is composite. ASSERT_TRUE ( doc -> get_IsComposite ()); // Invoke...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::DocumentBuilder::PopFont method ...

    Aspose::Words::DocumentBuilder::PopFont method. Retrieves character formatting previously saved on the stack in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Set up font formatting...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Fields::FieldBuilder::AddArgumen...

    Aspose::Words::Fields::FieldBuilder::AddArgument method. Adds a field's argument represented by FieldArgumentBuilder to the field's code in C++.... auto doc = MakeObject < Document > ();...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  6. ChartXValueCollection.formatCode property | Asp...

    ChartXValueCollection.formatCode property. Gets or sets the format code applied to the X values.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a Bubble chart....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. StructuredDocumentTag.placeholder property | As...

    StructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [StructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [StructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is ``True``.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [IStructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is true.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTagRangeStart.placeholder_nam...

    StructuredDocumentTagRangeStart.placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text.... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FindReplaceOptions.matchCase property | Aspose....

    FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Ruby...

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