Sort Score
Result 10 results
Languages All
Labels All
Results 8,051 - 8,060 of 159,255 for

2

(0.43 sec)
  1. CleanupOptions.UnusedStyles | Aspose.Words for ...

    Optimize your documents with CleanupOptions' UnusedStyles property, ensuring unused styles are removed for cleaner, faster-loading content. Default - true.... Writeln ( "Item 2" ); // Now, there is one unused...Styles . Count , Is . EqualTo ( 2 )); See Also class CleanupOptions...

    reference.aspose.com/words/net/aspose.words/cle...
  2. CleanupOptions.UnusedBuiltinStyles | Aspose.Wor...

    Optimize your documents with CleanupOptions' UnusedBuiltinStyles property, ensuring unused BuiltIn styles are efficiently removed for cleaner, professional results.... Writeln ( "Item 2" ); // Now, there is one unused...Styles . Count , Is . EqualTo ( 2 )); See Also class CleanupOptions...

    reference.aspose.com/words/net/aspose.words/cle...
  3. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....it with the pseudocode: Copy 1 2 using Aspose.Font ; 3 ... 4 5...mentioned before, to give it 2 font parameters, - the format...

    docs.aspose.com/font/net/how-to-load-fonts/
  4. TextBox not converting correctly to PDF - Free ...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...// (new width - old width) / 2 double verticalPadding = (.3 *...// (new height - old height) / 2 // Iterate through all the pages...

    forum.aspose.com/t/textbox-not-converting-corre...
  5. BuiltInDocumentProperties.Author | Aspose.Words...

    Manage document authors effortlessly with the BuiltInDocumentProperties Author property. Easily set or retrieve the author's name for better organization.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . Keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...

    reference.aspose.com/words/net/aspose.words.pro...
  6. BuiltInDocumentProperties.category property | A...

    BuiltInDocumentProperties.category property. Gets or sets the category of the document.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BuiltInDocumentProperties.Comments | Aspose.Wor...

    Manage your document comments effortlessly with BuiltInDocumentProperties. Easily get or set comments for enhanced collaboration and clarity.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . Keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...

    reference.aspose.com/words/net/aspose.words.pro...
  8. CleanupOptions.unused_styles property | Aspose....

    CleanupOptions.unused_styles property. Specifies whether unused styles should be removed from document... writeln ( 'Item 2' ) # Now, there is one unused...cleanup_options ) self . assertEqual ( 2 , doc . styles . count ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BuiltInDocumentProperties.Keywords | Aspose.Wor...

    Enhance your documents with BuiltInDocumentProperties. Easily manage keywords to improve searchability and organization for better productivity.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . Keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...

    reference.aspose.com/words/net/aspose.words.pro...
  10. SVG 中的填充和描边 – 基础知识和 SVG 代码 – Aspose.SVG指南

    了解允许您设置 SVG 填充和描边不同方面的属性,包括颜色、不透明度、粗细、虚线的使用等。...每个属性都有一个相应的表示属性,这在 W3 SVG 2.0 规范的样式章节中进行了描述。 SVG 填充和 SVG 描边属性...style="stroke:#00ff00; stroke-width:2; fill:#ff0000" 但是可以使用以下语法在表示属性中给出相同的...

    docs.aspose.com/svg/zh/net/drawing-basics/fills...