Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 150,034 for

2

(0.28 sec)
  1. main.min.84a3719ff459dc0d050cdab52be8afd7d3421e...

    @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i";@fa-font-path:"../webfonts";/*!* Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootst......2;color:inherit}h1,.h1{font-size:2rem}h2...600;line-height:1.2}.display-2{font-size:2.5rem;font-weight:600;line-height:1...

    docs.aspose.com/slides/scss/main.min.84a3719ff4...
  2. main.min.a451f9dd55f1202338731987516e832de708b4...

    @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i";@fa-font-path:"../webfonts";/*!* Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootst......2;color:inherit}h1,.h1{font-size:2rem}h2...600;line-height:1.2}.display-2{font-size:2.5rem;font-weight:600;line-height:1...

    docs.aspose.com/slides/scss/main.min.a451f9dd55...
  3. main.min.1d2dda761965b01ea619cbbf39883f86ffc4a7...

    @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i";@fa-font-path:"../webfonts";/*!* Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootst......2;color:inherit}h1,.h1{font-size:2rem}h2...600;line-height:1.2}.display-2{font-size:2.5rem;font-weight:600;line-height:1...

    docs.aspose.com/words/scss/main.min.1d2dda76196...
  4. No HTML-List with Aspose - Free Support Forum -...

    Hello, When I output an HTML list with “Aspose Words for Jasper”, the elements of the list are output one after the other in a line without a bullet. I get this behavior from JR version 16.19.1 and greater. Is there a s…...sidorenko October 9, 2023, 3:45pm 2 @ohmstede We have opened the following...anatoly.sidorenko June 22, 2024, 2:21pm 3 @ohmstede I created AWExporterParameter...

    forum.aspose.com/t/no-html-list-with-aspose/272445
  5. Aspose::Words::ConditionalStyleCollection::idx_...

    Aspose::Words::ConditionalStyleCollection::idx_get method. Retrieves a ConditionalStyle object by conditional style type in C++....(); builder -> Write ( u "Cell 2" ); builder -> EndRow (); builder...Color :: get_AliceBlue ()); // 2 - By index: tableStyle -> get_ConditionalStyles...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. FieldAutoNum Class | Aspose.Words for .NET

    Explore the Aspose.Words.Fields.FieldAutoNum class for seamless AUTONUM field implementation, enhancing document automation and efficiency.... Writeln ( "\tParagraph 2." ); // The separator character...second AUTONUM field will display "2." in the document. Assert . That...

    reference.aspose.com/words/net/aspose.words.fie...
  7. TextBox Is Not Rendered Correctly When Converti...

    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-is-not-rendered-corr...
  8. 添加自定义XML部件并通过ID选择它们,使用Node.js和C++|Documentation

    学习如何向Excel文档添加自定义XML部件并通过ID进行选择,使用Aspose.Cells for Node.js via C++。...1 , 2 , 3 ]); const btsSchema = new Uint8Array ([ 1 , 2 , 3 ]);... getCustomXmlParts (). get ( 2 ). setID ( "Sport" ); wb . getCustomXmlParts...

    docs.aspose.com/cells/zh/nodejs-cpp/add-custom-...
  9. ChoiceBox|Documentation

    ChoiceBox element generates a question with a fixed number of answers...."answers_string" : "() Answer 1 () Answer 2" } Required properties Name Type..."answers_string": "(5) (4) (3) (2) (1)" : Examples Check out the...

    docs.aspose.com/omr/net/json-markup/choicebox/
  10. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++.... setBottomMargin ( 2 ); pageSetup . setLeftMargin (...setHeaderMargin ( 2 ); pageSetup . setFooterMargin ( 2 ); // Save the...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/