Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 164,891 for

new

(0.06 sec)
  1. GradientStopCollection | Aspose.Words for Java

    Contains a collection of GradientStop objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setTransparency(0.25); // Add new gradient stop to the end of collection...

    reference.aspose.com/words/java/com.aspose.word...
  2. SdtType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtType enum, defining structured document tag types for enhanced document management and streamlined workflows....doc = new Document (); StructuredDocumentTa sdt = new StructuredDocumentTa...field. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.mar...
  3. FileFontSource | Aspose.Words for .NET

    Discover the FileFontSource constructor for seamless font integration in your projects. Enhance your design with easy-to-use coding solutions!...FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  4. MemoryFontSource | Aspose.Words for .NET

    Discover MemoryFontSource, a powerful constructor for seamless font management in your projects. Enhance your design with ease and efficiency!...MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Text Rendering using Font library | .NET

    Convert text to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/net/developer-guide/text-r...
  6. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#... Highlight Text New HighlightText method has been...Presentation presentation = new Presentation ( "SomePresentation...

    docs.aspose.com/slides/net/text-formatting/
  7. 使用 Javascript 製作 WORD

    通過幾個步驟在 JavaScript 中創建一個新的 WORD。使用 Node.js via .NET 庫輕鬆創建 WORD。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  8. 使用 Javascript 製作 DOC

    通過幾個步驟在 JavaScript 中創建一個新的 DOC。使用 Node.js via .NET 庫輕鬆創建 DOC。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  9. 使用 Javascript 製作 Markdown

    通過幾個步驟在 JavaScript 中創建一個新的 Markdown。使用 Node.js via .NET 庫輕鬆創建 Markdown。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  10. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); // If...

    reference.aspose.com/words/java/com.aspose.word...