Sort Score
Result 10 results
Languages All
Labels All
Results 5,521 - 5,530 of 150,277 for

2

(0.08 sec)
  1. How to Run Aspose.3D in Blazor|Documentation

    Learn how to How to Run Aspose.3D in Blazor....var cylinder1 = new Cylinder(2, 2, 10, 20, 1, false); // Set OffsetTop...var cylinder2 = new Cylinder(2, 2, 10, 20, 1, false); // Create...

    docs.aspose.com/3d/net/how-to-run-aspose-3d-in-...
  2. ChartSeriesGroup Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeriesGroup class, which simplifies managing chart series properties for enhanced data visualization and analysis....[] { "Category 1" , "Category 2" , "Category 3" }; series . Add...double [] { 2 , 3 , 4 }); series . Add ( "Series 2 of primary...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Cell colors in HTML are displayed incorrectly -...

    I am using Aspose.Cells 25.7.0. .NET 9.0 The cells are colored differently via Home > Styles > Conditional Formatting and Style is applied to the cells via Format Cells > Fill > Pattern Style. Everything is fine in E…...l October 6, 2025, 2:25pm 1 I am using Aspose.Cells...Discourse October 6, 2025, 2:25pm 2 @aleksandr.l The issue with...

    forum.aspose.com/t/cell-colors-in-html-are-disp...
  4. ECIEncodings|Aspose.BarCode for Python via .NET...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Id:"\000003" ISO_8859_2 ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI...Id:"\000020" WIN1250 Windows 1250 Latin 2 (Central Europe) encoding. ECI...

    docs.aspose.com/barcode/python-net/api-referenc...
  5. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a table with assigned table style in Java....write("Cell 2"); builder.endRow(); builder.insertCell();...setBackgroundPattern(Color.BLUE); // 2 - By index: tableStyle.getConditionalStyles()...

    reference.aspose.com/words/java/com.aspose.word...
  6. Field.Remove | Aspose.Words for .NET

    Effortlessly remove fields from documents with the Field Remove method. Get precise node returns and handle empty fields seamlessly. Optimize your workflow!... EqualTo ( 5 )); // 2 - Get the collection to remove...an index: fields . RemoveAt ( 2 ); Assert . That ( fields . Count...

    reference.aspose.com/words/net/aspose.words.fie...
  7. GlossaryDocument.FirstBuildingBlock | Aspose.Wo...

    Discover the FirstBuildingBlock property in GlossaryDocument. Easily access the initial building block for streamlined document management....glossaryDoc ) { Name = "Block 2" }; glossaryDoc . AppendChild.... EqualTo ( "Block 5" )); // 2 - Get a building block by index:...

    reference.aspose.com/words/net/aspose.words.bui...
  8. OutlineOptions.headingsOutlineLevels property |...

    OutlineOptions.headingsOutlineLevels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline....2" ); builder . paragraphFormat..."Heading 1.2.1" ); builder . writeln ( "Heading 1.2.2" ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ICS file giving exception (Given key) while App...

    Dear Team, I am facing issue while loading ICS file using above code: calDoc = Appointment.Load(strTempNewIcs, new AppointmentLoadOptions() { IgnoreSmtpAddressCheck = true }); Its giving exception that The given key w…...techno July 23, 2025, 2:30pm 1 Dear Team, I am facing...below my sample. tempIcs.zip (1.2 KB) Regards XCoder Professionalize...

    forum.aspose.com/t/ics-file-giving-exception-gi...
  10. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear.... SetFormula1 ( u "=MOD(ROW(),2)=0" ); // Set the background color...formula =MOD(ROW(),2)=0 as =MOD(COLUMN(),2)=0 , that is; instead...

    docs.aspose.com/cells/cpp/apply-shading-to-alte...