Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 9,610 for

assemble document

(0.08 sec)
  1. DocumentVisitor.VisitFootnoteEnd | Aspose.Words...

    DocumentVisitor VisitFootnoteEnd method. Called when enumeration of a footnote or endnote text has ended in C#....in a document. public void FootnoteToText () { Document doc =...= new Document ( MyDir + "DocumentVisitor-compatible features...

    reference.aspose.com/words/net/aspose.words/doc...
  2. DocumentVisitor.VisitHeaderFooterStart | Aspose...

    DocumentVisitor VisitHeaderFooterStart method. Called when enumeration of a header or footer in a section has started in C#....in a document. public void HeaderFooterToText () { Document doc...doc = new Document ( MyDir + "DocumentVisitor-compatible features...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ImageSavingArgs.KeepImageStreamOpen | Aspose.Wo...

    ImageSavingArgs KeepImageStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving an image in C#....ImageSavingCallback () { Document doc = new Document ( MyDir + "Rendering...docx" ); // When we save the document to HTML, we can pass a SaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PlainTextDocument.Text | Aspose.Words for .NET

    PlainTextDocument Text property. Gets textual content of the Document concatenated as a string in C#....Gets textual content of the document concatenated as a string....Word document in plaintext. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pla...
  5. StructuredDocumentTagRangeStart.LockContents | ...

    StructuredDocumentTagRangeStart LockContents property. When set to true this property will prohibit a user from editing the contents of this structured Document tag in C#....contents of this structured document tag. public bool LockContents...structured document tags. Document doc = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words.mar...
  6. FieldEmbed Class | Aspose.Words for .NET

    Aspose.Words.Fields.FieldEmbed class. Implements the EMBED field in C#....the Working with Fields documentation article. public class FieldEmbed...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Table.ClearBorders | Aspose.Words for .NET

    Table ClearBorders method. Removes all table and cell borders on this table in C#.... Document doc = new Document ( MyDir + "Tables...borders from a table. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...
  8. PdfFormatConversionOptions | Aspose.PDF for Pyt...

    represents set of options for convert PDF Document...of options for convert PDF document The PdfFormatConversionO type...process for cases when source document doesn’t correspond to PDF/A...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  9. PasswordType | Aspose.PDF for .NET API Reference

    This enum represents known password types used for password protected pdf Documents....for password protected pdf documents. public enum PasswordType...Value Description None 0 Pdf document is not password protected...

    reference.aspose.com/pdf/net/aspose.pdf/passwor...
  10. RunCollection.Item | Aspose.Words for .NET

    RunCollection Item property. Retrieves a Run at the given index in C#.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/run...