Sort Score
Result 10 results
Languages All
Labels All
Results 8,141 - 8,150 of 152,084 for

2

(0.43 sec)
  1. WBS Associated with a Task | Aspose.Tasks Docum...

    Learn how to work with WBS values in tasks using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory...(WbsAssociatedWithTas. class ); 2 3 Project project = new Project(dataDir...

    docs.aspose.com/tasks/java/wbs-associated-with-...
  2. Issues open/load a pdf file using the Aspose.Pd...

    In C# Application , I am trying to open/load a PDF file using the Aspose.Pdf.Document this is the code // string path = @“C:\Users\YourUser\Documents\my-test.pdf”; var pdfDocument = new Aspose.Pdf.Document(path); it…...aspose-pdf-net vigneshS July 23, 2025, 2:03pm 1 In C# Application , I am...Professionalize.Discourse July 23, 2025, 2:04pm 2 @vigneshS Cause The error...

    forum.aspose.com/t/issues-open-load-a-pdf-file-...
  3. GeneralFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.GeneralFormat enum, which enhances numeric text formatting for fields, ensuring clarity and precision in your documents.... UppercaseAlphabetic 2 Numeric formatting. Formats a...= builder . InsertField ( "= 2 + 3" ); Assert . That ( field...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font change in HTML list - Free Support Forum -...

    Hello, while testing ticket WORDSJR-313 with the ALLOW_HTML_LISTS parameter (Aspose 23.10.2), I noticed that the original font (in my case, Arial) is set to TimesNewRoman in the output. Could you please check this? I’ve …...jasperreports ohmstede May 5, 2025, 2:54pm 1 Hello, while testing ticket...ALLOW_HTML_LISTS parameter (Aspose 23.10.2), I noticed that the original...

    forum.aspose.com/t/font-change-in-html-list/312295
  6. Manage Presentation Themes in .NET|Aspose.Slide...

    Master presentation themes in Aspose.Slides for .NET to create, customize and convert PowerPoint files with consistent branding....colors from the additional palette(2) are formed. You can then set...colors. 1 - Main theme colors 2 - Colors from the additional palette...

    docs.aspose.com/slides/net/presentation-theme/
  7. LayoutEnumerator | Aspose.Words for Java

    Enumerates page layout entities of a document in Java....traverseLayoutBackwa(layoutEnumerator, 1); // 2 - In logical order: // When moving...format("{0}-> Entity type & kind: {1}, {2}", tabs, layoutEnumerator.getType()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...StartCell(Cell cell) { if (_column == 2) cell.PutValue(""); // when use...Discourse May 16, 2025, 12:24pm 2 @523218882 The exception “Object...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  9. Manage Presentation Tables with Python|Aspose.S...

    Create & edit tables in PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET. Discover simple code examples to streamline your table workflows....0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...(2, 2) (3, 2) (0, 3) (1, 3) (2, 3) (3, 3) The following Python...

    docs.aspose.com/slides/python-net/manage-table/
  10. Section | Aspose.Words for Java

    Represents a single section in a document in Java....write("Section 2"); builder.insertBreak(BreakType...section = doc.getSections().get(2); Assert.assertEquals("Section...

    reference.aspose.com/words/java/com.aspose.word...