Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 43,583 for

printing document

(0.12 sec)
  1. Section.Accept | Aspose.Words for .NET

    Section Accept method. Accepts a visitor in C#....how to use a document visitor to print a document’s node structure...DocStructureToText () { Document doc = new Document ( MyDir + "Docum...

    reference.aspose.com/words/net/aspose.words/sec...
  2. BuiltInDocumentProperties.LastSavedTime | Aspos...

    BuiltInDocumentProperties LastSavedTime property. Gets or sets the time of the last save in UTC in C#....get ; set ; } Remarks For documents originated from RTF format...Examples Shows how to work with document properties in the “Origin”...

    reference.aspose.com/words/net/aspose.words.pro...
  3. FieldRef | Aspose.Words for Java

    Implements the REF field in Java....the Working with Fields documentation article. Remarks: Inserts...display it in the document using a REF field. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  4. fieldgreetingline - Aspose.Words for Java - API...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...GREETINGLINE field. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  5. ImageSavingArgs.CurrentShape | Aspose.Words for...

    ImageSavingArgs CurrentShape property. Gets the ShapeBase object corresponding to the shape or group shape that is about to be saved in C#....Words uses the document file name and a unique number...for each image found in the document. You can use the CurrentShape...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Using tableAbsorber with a pdf in c# - Free Sup...

    using your pdf table data extractor in csharp the whole table is being processed as one cell, I have no idea how to fix it. I am new TableAbsorber absorber = new TableAbsorber(); absorber.Visit(page); foreach (Absorbed…...for a new table } else { var document = new BsonDocument(); for...IsNullOrWhiteSpace(rowData[i])) { document[currentHeaders[i]] = rowData[i];...

    forum.aspose.com/t/using-tableabsorber-with-a-p...
  7. Run.get_text method | Aspose.Words for Python

    Run.get_text method. Gets the text of the run.... Examples Shows how to print the node structure of every...every header and footer in a document. def test_header_footer_to_text...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentVisitor.visit_smart_tag_start method | ...

    DocumentVisitor.visit_smart_tag_start method. Called when enumeration of a smart tag has started.... Examples Shows how to print the node structure of every...every smart tag in a document. def test_smart_tag_to_text ( self ):...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentVisitor.visit_office_math_start method ...

    DocumentVisitor.visit_office_math_start method. Called when enumeration of a Office Math object has started.... Examples Shows how to print the node structure of every...every office math node in a document. def test_office_math_to_text...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Run.accept method | Aspose.Words for Python

    Run.accept method. Accepts a visitor.... Examples Shows how to print the node structure of every...every header and footer in a document. def test_header_footer_to_text...

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