Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 9,614 for

assemble document

(0.23 sec)
  1. XpsSaveOptions.UseBookFoldPrintingSettings | As...

    XpsSaveOptions UseBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout if it is specified via MultiplePages in C#....value indicating whether the document should be saved using a booklet...Examples Shows how to save a document to the XPS format in the form...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ImportFormatOptions.SmartStyleBehavior | Aspose...

    ImportFormatOptions SmartStyleBehavior property. Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination Documents. The default value is false in C#....in source and destination documents. The default value is false...attributes inside a destination document, if KeepSourceFormatting importing...

    reference.aspose.com/words/net/aspose.words/imp...
  3. OpenFont | Aspose.PDF for .NET API Reference

    Opens font with specified font stream....TTF ); // Open document Document doc = new Document ( @"D:\Tests\input...TextState . Font = font ; // Save document doc . Save ( @"D:\Tests\output...

    reference.aspose.com/pdf/net/aspose.pdf.text/fo...
  4. BuildingBlock.Guid | Aspose.Words for .NET

    BuildingBlock Guid property. Gets or sets an identifier a 128bit GUID that uniquely identifies this building block in C#....custom building block to a document. public void CreateAndInsert...CreateAndInsert () { // A document's glossary document stores building blocks...

    reference.aspose.com/words/net/aspose.words.bui...
  5. Body.EnsureMinimum | Aspose.Words for .NET

    Body EnsureMinimum method. If the last child is not a paragraph creates and appends one empty paragraph in C#....from the document leaving the sections themselves. Document doc =...= new Document (); // A blank document contains one section,...

    reference.aspose.com/words/net/aspose.words/bod...
  6. XlsxSaveOptions.CompressionLevel | Aspose.Words...

    XlsxSaveOptions CompressionLevel property. Specifies the compression level used to save Document. The default value is Normal in C#....compression level used to save document. The default value is Normal...compress XLSX document. Document doc = new Document ( MyDir + "Shape...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Run.GetText | Aspose.Words for .NET

    Run GetText method. Gets the text of the run in C#....in a document. public void HeaderFooterToText () { Document doc...doc = new Document ( MyDir + "DocumentVisitor-compatible features...

    reference.aspose.com/words/net/aspose.words/run...
  8. DocumentVisitor.VisitEditableRangeStart | Aspos...

    DocumentVisitor VisitEditableRangeStart method. Called when a start of an editable range is encountered in the Document in C#....range is encountered in the document. public virtual VisitorAction...every editable range in a document. public void EditableRangeToText...

    reference.aspose.com/words/net/aspose.words/doc...
  9. FontSettings.DefaultInstance | Aspose.Words for...

    FontSettings DefaultInstance property. Static default font settings in C#....instance is used by default in a document unless FontSettings is specified...DefaultFontSubstitut . Enabled ); Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fon...
  10. DocumentBuilder.CurrentNode | Aspose.Words for ...

    DocumentBuilder CurrentNode property. Gets the node that is currently selected in this DocumentBuilder in C#....a paragraph or structured document tag, CurrentNode returns null...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/net/aspose.words/doc...