Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 20,328 for

2 of

(0.12 sec)
  1. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a document or section. To learn more, visit the documentation article in C++....get_FootnoteOptions () -> set_Columns ( 2 ); doc -> Save ( get_ArtifactsDir...); builder -> Write ( u "Text 2. " ); builder -> InsertFootnote...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Aspose::Words::Tables::RowFormat class | Aspose...

    Aspose::Words::Tables::RowFormat class. Represents all formatting for a table row. To learn more, visit the documentation article in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } new Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...Family mjkruzel3 July 1, 2025, 2:08pm 1 Here is the code I am running:...Professionalize.Discourse July 1, 2025, 2:09pm 2 @mjkruzel3 Cause The System...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  4. CustomDocumentProperties | Aspose.Words for Java

    A collection Of custom document properties in Java....of custom document property #2"); System.out.println("Custom...\"{0}\"\n\tType: \"{1}\"\n\tValue: \"{2}\"", property.getName(), property...

    reference.aspose.com/words/java/com.aspose.word...
  5. EndnoteOptions.start_number property | Aspose.W...

    EndnoteOptions.start_number property. Specifies the starting number or character for the first automatically numbered endnotes.... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . write ( 'Text 3...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::Table::SetBorders method...

    Aspose::Words::Tables::Table::SetBorders method. Sets all table borders to the specified line style, width and color in C++....Words :: LineStyle :: Single , 2.0 , System :: Drawing :: Color...builder -> Writeln ( u "Row 1, Cell 2." ); builder -> EndRow (); //...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Generate PDF417 BarCode Images via Python | pro...

    Create PDF417 symbology BarCode Images using Python applications without using any other sOftware....Create DATALOGIC2OF5 (Datalogic 2 of 5 Barcode) Create DATAMATRIX...(IATA 2 of 5 Barcode) Create INTERLEAVED2OF5 (Interleaved 2 of 5...

    products.aspose.com/total/python-net/generate-b...
  8. Define custom question name in OMR Template usi...

    My template looks like this #XYZ-123 (0)(1)(2)(3)(4)(5)(6)(7)(8)(9) (0)(1)(2)(3)(4)(5)(6)(7)(8)(9) #UYK-587 (0)(1)(2)(3)(4)(5)(6)(7)(8)(9) (0)(1)(2)(3)(4)(5)(6)(7)(8)(9) and after OMR processing the results looks like …...#XYZ-123 (0)(1)(2)(3)(4)(5)(6)(7)(8)(9) (0)(1)(2)(3)(4)(5)(6)(7)(8)(9)...#UYK-587 (0)(1)(2)(3)(4)(5)(6)(7)(8)(9) (0)(1)(2)(3)(4)(5)(6)(7)(8)(9)...

    forum.aspose.com/t/define-custom-question-name-...
  9. 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....formula =MOD(ROW(),2)=0 as =MOD(COLUMN(),2)=0 , that is; instead...Document Assistant Close Adding 2-Color Scale and 3-Color Scale...

    docs.aspose.com/cells/net/apply-shading-to-alte...
  10. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Node.js via 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....formula =MOD(ROW(),2)=0 as =MOD(COLUMN(),2)=0 , that is; instead... will look as follow. Adding 2-Color Scale and 3-Color Scale...

    docs.aspose.com/cells/nodejs-cpp/apply-shading-...