Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 299,941 for

doc

(0.16 sec)
  1. MappedDataFieldCollection.GetEnumerator | Aspos...

    MappedDataFieldCollection GetEnumerator method. Returns a dictionary enumerator object that can be used to iterate over all items in the collection in C#....MappedDataFieldColle () { Document doc = CreateSourceDocMappe (); DataTable...MappedDataFieldColle mappedDataFields = doc . MailMerge . MappedDataFields...

    reference.aspose.com/words/net/aspose.words.mai...
  2. MailMerge.Execute | Aspose.Words for .NET

    MailMerge Execute method. Performs a mail merge from a custom data source in C#....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  3. ConvertUtil.inch_to_point method | Aspose.Words...

    ConvertUtil.inch_to_point method. Converts inches to points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Tables::RowFormat Class Referenc...

    Represents all formatting for a table row.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->StartTable(); // Setting...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Aspose::Words::Tables::RowFormat Class Referenc...

    Represents all formatting for a table row.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->StartTable(); // Setting...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose::Words::Drawing::Shape::get_ImageData me...

    Aspose::Words::Drawing::Shape::get_ImageData method. Provides access to the image of the shape. Returns null if the shape cannot have an image in C++.... auto doc = MakeObject < Document > ( MyDir...< NodeCollection > shapes = doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured Document tag SDT or content control in a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways to apply...

    reference.aspose.com/words/java/com.aspose.word...
  8. Id | Aspose.PDF for .NET API Reference

    Represents file identifier structure.... Examples Document doc = new Document ( "example.pdf"...original = doc . Id . Original ; string modified = doc . Id . Modified...

    reference.aspose.com/pdf/net/aspose.pdf/id/
  9. Chart.axes property | Aspose.Words for Python

    Chart.axes property. Gets a collection of all axes of this chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat.word_wrap property | Aspose.Wor...

    ParagraphFormat.word_wrap property. If this property is ``False``, Latin text in the middle of a word can be wrapped for the current paragraph... doc = aw . Document ( MY_DIR + "Document..."Document.docx" ) format = doc . first_section . body . first_paragraph...

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