diff --git a/english/java/com.aspose.tasks/calendar/_index.md b/english/java/com.aspose.tasks/calendar/_index.md index 9c7a06351..381e83621 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. | +| [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. | | [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 503ec2d97..b18684856 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. | +| [getLength()](#getLength--) | Gets the maximum length (in characters) of the outline code values. 0 if length is not defined. | | [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. | +| [setLength(int value)](#setLength-int-) | Sets the maximum length (in characters) of the outline code values. 0 if length is not defined. | | [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/printerpapersize/_index.md b/english/java/com.aspose.tasks/printerpapersize/_index.md index 146ca774f..8a77c0438 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. | -| [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. | +| [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.). | | [PaperQuarto](#PaperQuarto) | Indicates Quarto printer paper size (215 mm by 275 mm). | -| [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. | +| [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.). | ### Custom {#Custom} ``` public static final int Custom