Sort Score
Result 10 results
Languages All
Labels All
Results 8,001 - 8,010 of 155,382 for

2

(1.04 sec)
  1. Apply Shading to Alternate Rows and Columns wit...

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

    docs.aspose.com/cells/javascript-cpp/apply-shad...
  2. Common SVG Styling and Font Issues – Aspose.SVG...

    Learn how to diagnose and fix SVG styling and font issues, including CSS priority conflicts, font fallback problems, and inconsistent rendering when converting SVG....tspan > has inline style --> 2 < text x = "20" y = "60" style...Copy 1 using Aspose. Svg . Dom ; 2 using Aspose. Svg . Dom . Css...

    docs.aspose.com/svg/net/common-svg-styling-and-...
  3. FieldIndex.has_sequence_name property | Aspose....

    FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building....and this XE field is on page 2, along with the custom separators...and "MySequence at 1 on page 2" on the right. index_entry = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Insert Hyperlinks in Worksheet|Documentation

    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....Cells [ 2 , 0 ]. Value = "Email Link" ; hyperlinks . Add ( 2 , 0...subject=Hyperlinks" ); sheet . Cells [ 2 , 0 ]. SetStyle ( style ); //link...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  5. SectionStart | Aspose.Words for Java

    The type of break at the beginning of the section in Java....writeln("This text is in section 2."); Assert.assertEquals(SectionStart...getPageSetup().getSectionStart()); // 2 - Starts the next section on the...

    reference.aspose.com/words/java/com.aspose.word...
  6. Generate PDF from XML|Aspose.PDF for Java

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF for Java Schema....></Bottom> </Border> <Cell Alignment= "2" > <TextFragment> <TextSegment>...</Row> <Row> <Cell Alignment= "2" > <TextFragment> <TextSegment>...

    docs.aspose.com/pdf/java/generate-pdf-from-xml/
  7. Cell | Aspose.Words for Java

    Represents a table cell in Java....assertEquals(2, tables.toArray().length); for...innerTable = createTable(doc, 2, 2, "Inner Table"); outerTable...

    reference.aspose.com/words/java/com.aspose.word...
  8. Common issues with LaTeX files and how to solve...

    Practical tips to troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless document creation....) 2 \ title{Introduction to LaTeX}...Copy 1 \ begin{figure} [ htbp ] 2 % figure content here 3 \ end{figure}...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  9. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java....close(); } // 2 - Save it directly to a filename:...(fs != null) fs.close(); } // 2 - Save it directly to a filename:...

    reference.aspose.com/words/java/com.aspose.word...
  10. Customize Presentation Shapes in C++|Aspose.Sli...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for C++: geometry paths, curved corners, composite shapes....All shapes consist of at least 2 anchor points linked to each other...corner point is a point where 2 straight lines join at an angle...

    docs.aspose.com/slides/cpp/custom-shape/