From c6137a9e4dd5ef3f4a99270ff447f0604edf0070 Mon Sep 17 00:00:00 2001 From: Aleksey Chevyrov Date: Wed, 20 Aug 2025 17:48:07 +0400 Subject: [PATCH] Updated: Aspose.Tasks for Java API (25.8) --- .../java/com.aspose.tasks/calendar/_index.md | 2 +- .../com.aspose.tasks/outlinemask/_index.md | 4 +- .../java/com.aspose.tasks/pagesize/_index.md | 28 +++++++------- .../printerpapersize/_index.md | 38 +++++++++---------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/english/java/com.aspose.tasks/calendar/_index.md b/english/java/com.aspose.tasks/calendar/_index.md index 381e83621..9c7a06351 100644 --- a/english/java/com.aspose.tasks/calendar/_index.md +++ b/english/java/com.aspose.tasks/calendar/_index.md @@ -84,7 +84,7 @@ Calendars are used to define standard working and non-working times. Projects mu | [isBaselineCalendar()](#isBaselineCalendar--) | Gets a value indicating whether the calendar is a baseline calendar. | | [isDayWorking(Date dt)](#isDayWorking-java.util.Date-) | Determines whether the specified day is a working day according to the calendar. | | [isEmpty()](#isEmpty--) | Returns whether the calendar doesn't have working hours defined. | -| [make24HourCalendar(Calendar calendar)](#make24HourCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar to be a 24Hour Calendar. 24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours. | +| [make24HourCalendar(Calendar calendar)](#make24HourCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar to be a 24Hour Calendar. | | [makeNightShiftCalendar(Calendar calendar)](#makeNightShiftCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar as Night Shift Calendar. | | [makeStandardCalendar(Calendar calendar)](#makeStandardCalendar-com.aspose.tasks.Calendar-) | Creates default standard calendar. | | [setBaseCalendar(Calendar value)](#setBaseCalendar-com.aspose.tasks.Calendar-) | Sets the base calendar on which this calendar depends. | diff --git a/english/java/com.aspose.tasks/outlinemask/_index.md b/english/java/com.aspose.tasks/outlinemask/_index.md index b18684856..503ec2d97 100644 --- a/english/java/com.aspose.tasks/outlinemask/_index.md +++ b/english/java/com.aspose.tasks/outlinemask/_index.md @@ -23,11 +23,11 @@ Represents four elements of a mask which defines an outline code format. | Method | Description | | --- | --- | -| [getLength()](#getLength--) | Gets the maximum length (in characters) of the outline code values. 0 if length is not defined. | +| [getLength()](#getLength--) | Gets the maximum length (in characters) of the outline code values. | | [getLevel()](#getLevel--) | Gets the level of a mask. | | [getSeparator()](#getSeparator--) | Gets the separator of code values. | | [getType()](#getType--) | Gets the type of a mask. | -| [setLength(int value)](#setLength-int-) | Sets the maximum length (in characters) of the outline code values. 0 if length is not defined. | +| [setLength(int value)](#setLength-int-) | Sets the maximum length (in characters) of the outline code values. | | [setLevel(int value)](#setLevel-int-) | Sets the level of a mask. | | [setSeparator(String value)](#setSeparator-java.lang.String-) | Sets the separator of code values. | | [setType(int value)](#setType-int-) | Sets the type of a mask. | diff --git a/english/java/com.aspose.tasks/pagesize/_index.md b/english/java/com.aspose.tasks/pagesize/_index.md index a82340e9a..a60256b14 100644 --- a/english/java/com.aspose.tasks/pagesize/_index.md +++ b/english/java/com.aspose.tasks/pagesize/_index.md @@ -18,21 +18,21 @@ Specifies page size. | Field | Description | | --- | --- | -| [A0](#A0) | The size of the A0 page in points is 3371 ? 2384 | -| [A1](#A1) | The size of the A1 page in points is 2384 ? 1685 | -| [A2](#A2) | The size of the A2 page in points is 1684 ? 1190 | -| [A3](#A3) | The size of the A3 page in points is 1190 ? 842 | -| [A4](#A4) | The size of the A4 page in points is 842 ? 595 | +| [A0](#A0) | The size of the A0 page in points is 3371 × 2384 | +| [A1](#A1) | The size of the A1 page in points is 2384 × 1685 | +| [A2](#A2) | The size of the A2 page in points is 1684 × 1190 | +| [A3](#A3) | The size of the A3 page in points is 1190 × 842 | +| [A4](#A4) | The size of the A4 page in points is 842 × 595 | | [DefinedInView](#DefinedInView) | Use page size defined in View's [PageSettings](../../com.aspose.tasks/pagesettings) (View.PageInfo.PageSettings). | -| [Ledger](#Ledger) | The size of the Ledger page in points is 1224 ? 792 | -| [Letter](#Letter) | The size of the Letter page in points is 792 ? 612 | +| [Ledger](#Ledger) | The size of the Ledger page in points is 1224 × 792 | +| [Letter](#Letter) | The size of the Letter page in points is 792 × 612 | ### A0 {#A0} ``` public static final int A0 ``` -The size of the A0 page in points is 3371 ? 2384 +The size of the A0 page in points is 3371 × 2384 ### A1 {#A1} ``` @@ -40,7 +40,7 @@ public static final int A1 ``` -The size of the A1 page in points is 2384 ? 1685 +The size of the A1 page in points is 2384 × 1685 ### A2 {#A2} ``` @@ -48,7 +48,7 @@ public static final int A2 ``` -The size of the A2 page in points is 1684 ? 1190 +The size of the A2 page in points is 1684 × 1190 ### A3 {#A3} ``` @@ -56,7 +56,7 @@ public static final int A3 ``` -The size of the A3 page in points is 1190 ? 842 +The size of the A3 page in points is 1190 × 842 ### A4 {#A4} ``` @@ -64,7 +64,7 @@ public static final int A4 ``` -The size of the A4 page in points is 842 ? 595 +The size of the A4 page in points is 842 × 595 ### DefinedInView {#DefinedInView} ``` @@ -80,7 +80,7 @@ public static final int Ledger ``` -The size of the Ledger page in points is 1224 ? 792 +The size of the Ledger page in points is 1224 × 792 ### Letter {#Letter} ``` @@ -88,5 +88,5 @@ public static final int Letter ``` -The size of the Letter page in points is 792 ? 612 +The size of the Letter page in points is 792 × 612 diff --git a/english/java/com.aspose.tasks/printerpapersize/_index.md b/english/java/com.aspose.tasks/printerpapersize/_index.md index 8a77c0438..146ca774f 100644 --- a/english/java/com.aspose.tasks/printerpapersize/_index.md +++ b/english/java/com.aspose.tasks/printerpapersize/_index.md @@ -26,26 +26,26 @@ Specifies the paper size which is used for printing. | [PaperA5](#PaperA5) | Indicates A5 printer paper size (148 mm by 210 mm). | | [PaperB4](#PaperB4) | Indicates B4 printer paper size (250 mm by 353 mm). | | [PaperB5](#PaperB5) | Indicates B5 printer paper size (176 mm by 250 mm). | -| [PaperCSheet](#PaperCSheet) | Indicates C paper printer paper size (17 in. by 22 in.). | -| [PaperDSheet](#PaperDSheet) | Indicates D paper printer paper size (22 in. by 34 in.). | -| [PaperESheet](#PaperESheet) | Indicates E paper printer paper size (34 in. by 44 in.). | -| [PaperEnvelope10](#PaperEnvelope10) | Indicates Envelope10 printer paper size (4.125 in. by 9.5 in.). | -| [PaperEnvelopeMonarch](#PaperEnvelopeMonarch) | Indicates Envelope Monarch printer paper size (3.875 in. by 7.5 in.). | -| [PaperExecutive](#PaperExecutive) | Indicates Envelope executive printer paper size (7.25 in. by 10.5 in.). | -| [PaperFolio](#PaperFolio) | Indicates Folio printer paper size (8.5 in. by 13 in.). | -| [PaperLedger](#PaperLedger) | Indicates Ledger printer paper size (17 in. by 11 in.). | -| [PaperLegal](#PaperLegal) | Indicates Envelope legal printer paper size (8.5 in. by 14 in.). | -| [PaperLetter](#PaperLetter) | Indicates Envelope Letter printer paper size (8.5 in. by 11 in.). | -| [PaperLetterSmall](#PaperLetterSmall) | Indicates Small Letter printer paper size (8.5 in. by 11 in.). | -| [PaperNote](#PaperNote) | Indicates Note printer paper size (8.5 in. by 11 in.). | +| [PaperCSheet](#PaperCSheet) | Indicates C paper printer paper size (17 in. | +| [PaperDSheet](#PaperDSheet) | Indicates D paper printer paper size (22 in. | +| [PaperESheet](#PaperESheet) | Indicates E paper printer paper size (34 in. | +| [PaperEnvelope10](#PaperEnvelope10) | Indicates Envelope10 printer paper size (4.125 in. | +| [PaperEnvelopeMonarch](#PaperEnvelopeMonarch) | Indicates Envelope Monarch printer paper size (3.875 in. | +| [PaperExecutive](#PaperExecutive) | Indicates Envelope executive printer paper size (7.25 in. | +| [PaperFolio](#PaperFolio) | Indicates Folio printer paper size (8.5 in. | +| [PaperLedger](#PaperLedger) | Indicates Ledger printer paper size (17 in. | +| [PaperLegal](#PaperLegal) | Indicates Envelope legal printer paper size (8.5 in. | +| [PaperLetter](#PaperLetter) | Indicates Envelope Letter printer paper size (8.5 in. | +| [PaperLetterSmall](#PaperLetterSmall) | Indicates Small Letter printer paper size (8.5 in. | +| [PaperNote](#PaperNote) | Indicates Note printer paper size (8.5 in. | | [PaperQuarto](#PaperQuarto) | Indicates Quarto printer paper size (215 mm by 275 mm). | -| [PaperStandard10x11](#PaperStandard10x11) | Indicates Standard printer paper size (10 in. by 11 in.). | -| [PaperStandard10x14](#PaperStandard10x14) | Indicates Standard printer paper size (10 in. by 14 in.). | -| [PaperStandard11x17](#PaperStandard11x17) | Indicates Standard printer paper size (11 in. by 17 in.). | -| [PaperStandard15x11](#PaperStandard15x11) | Indicates Standard printer paper size (15 in. by 11 in.). | -| [PaperStandard9x11](#PaperStandard9x11) | Indicates Standard printer paper size (9 in. by 11 in.). | -| [PaperStatement](#PaperStatement) | Indicates Statement printer paper size (5.5 in. by 8.5 in.). | -| [PaperTabloid](#PaperTabloid) | Indicates Tabloid printer paper size (11 in. by 17 in.). | +| [PaperStandard10x11](#PaperStandard10x11) | Indicates Standard printer paper size (10 in. | +| [PaperStandard10x14](#PaperStandard10x14) | Indicates Standard printer paper size (10 in. | +| [PaperStandard11x17](#PaperStandard11x17) | Indicates Standard printer paper size (11 in. | +| [PaperStandard15x11](#PaperStandard15x11) | Indicates Standard printer paper size (15 in. | +| [PaperStandard9x11](#PaperStandard9x11) | Indicates Standard printer paper size (9 in. | +| [PaperStatement](#PaperStatement) | Indicates Statement printer paper size (5.5 in. | +| [PaperTabloid](#PaperTabloid) | Indicates Tabloid printer paper size (11 in. | ### Custom {#Custom} ``` public static final int Custom