Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 9,584 for

assemble document

(0.19 sec)
  1. 21.10 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 21.10 Release Notes – the latest updates and fixes....appearance of a structured document tag. Added new option to ignore...StructuredDocumentTa\End pair removed from document model Bug WORDSNET-22773 Content...

    docs.aspose.com/words/net/aspose-words-for-net-...
  2. HtmlFixedSaveOptions.OptimizeOutput | Aspose.Wo...

    HtmlFixedSaveOptions OptimizeOutput property. Flag indicates whether it is required to optimize output. If this flag is set redundant nested canvases and empty canvases are removed also neighbor glyphs with the same formating are concatenated. Note The accuracy of the content display may be affected if this property is set to true. Default is true in C#....Examples Shows how to simplify a document when saving it to HTML by...redundant objects. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  3. TxtSaveOptions Class | Aspose.Words for .NET

    Aspose.Words.Saving.TxtSaveOptions class. Can be used to specify additional options when saving a Document into the Text format in C#....additional options when saving a document into the Text format. To learn...the Specify Save Options documentation article. public class TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PageInfo.WidthInPoints | Aspose.Words for .NET

    PageInfo WidthInPoints property. Gets the width of the page in points in C#....page in a Word document. Document doc = new Document ( MyDir + "Rendering...RawKind ; Console . WriteLine ( "Document \"{0}\" contains {1} pages...

    reference.aspose.com/words/net/aspose.words.ren...
  5. FileFormatUtil.ImageTypeToExtension | Aspose.Wo...

    FileFormatUtil ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lowercase string with a leading dot in C#....how to extract images from a document, and save them to the local...individual files. Document doc = new Document ( MyDir + "Images...

    reference.aspose.com/words/net/aspose.words/fil...
  6. WarningInfo.WarningType | Aspose.Words for .NET

    WarningInfo WarningType property. Returns the type of the warning in C#....EnableFontSubstituti () { // Open a document that contains text formatted...our font sources. Document doc = new Document ( MyDir + "Missing...

    reference.aspose.com/words/net/aspose.words/war...
  7. BuiltInDocumentProperties.TitlesOfParts | Aspos...

    BuiltInDocumentProperties TitlesOfParts property. Each string in the array specifies the name of a part in the Document in C#....the name of a part in the document. public string [] TitlesOfParts...“TitlesOfParts” properties. Document doc = new Document ( MyDir + "Heading...

    reference.aspose.com/words/net/aspose.words.pro...
  8. FieldHyperlink.SubAddress | Aspose.Words for .NET

    FieldHyperlink SubAddress property. Gets or sets a location in the file such as a bookmark where this hyperlink jumps in C#....link to documents in the local file system. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. LoadOptions.WarningCallback | Aspose.Words for ...

    LoadOptions WarningCallback property. Called during a load operation when an issue is detected that might result in data or formatting fidelity loss in C#....warnings that occur during document loading. public void LoadOptionsWarningCa...operation. Document doc = new Document ( MyDir + "Document.docx" ...

    reference.aspose.com/words/net/aspose.words.loa...
  10. CssStyleSheetType Enum | Aspose.Words for .NET

    Aspose.Words.Saving.CssStyleSheetType enum. Specifies how CSS Cascading Style Sheet styles are exported to HTML in C#....ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering... which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...