Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 163,955 for

new

(0.05 sec)
  1. Urobiť HTML Pomocou C#

    Vytvorte nový HTML v C# v niekoľkých krokoch. Jednoducho vytvorte HTML pomocou knižnice .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sk/net/make/html/
  2. Urobiť WORD Pomocou C#

    Vytvorte nový WORD v C# v niekoľkých krokoch. Jednoducho vytvorte WORD pomocou knižnice .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sk/net/make/word/
  3. Working with Images

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-images/
  4. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...corresponding built-in property with the new value. field.setText("OverridingKeyword");...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...property, // and then display the new value. field.setText("My overriding...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  7. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java.... DocumentBuilder builder = new DocumentBuilder(); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl(); Shape shape...

    reference.aspose.com/words/java/com.aspose.word...
  8. Unable to add layers and assign entities in DWG...

    Dear Aspose Support, I’m trying to create a DWG file from scratch using DwgImage in C# (.NET), and I would like to add layers and assign entities to specific layers. Unfortunately, this doesn’t seem to work as expected. …...DwgImage dwgImage = new DwgImage(); var linesLayer = new CadLayerTable...Add(linesLayer); var pointsLayer = new CadLayerTable { Name = "PointsLayer"...

    forum.aspose.com/t/unable-to-add-layers-and-ass...
  9. Render Presentation with Fallback Font|Aspose.S...

    Render PowerPoint with fallback font in C# or .NET... // Create new instance of a rules collection...IFontFallBackRulesCo rulesList = new FontFallBackRulesCol (); // create...

    docs.aspose.com/slides/net/render-presentation-...
  10. Manage Hyperlinks|Aspose.Slides for PHP Documen...

    How to add hyperlink to a PowerPoint Presentation...hyperlink to a text: $presentation = new Presentation (); try { $shape1...$portionFormat :: setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/php-java/manage-hyperlinks/