Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/calendar/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
4 changes: 2 additions & 2 deletions english/java/com.aspose.tasks/outlinemask/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
28 changes: 14 additions & 14 deletions english/java/com.aspose.tasks/pagesize/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,53 @@ 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}
```
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}
```
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}
```
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}
```
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}
```
Expand All @@ -80,13 +80,13 @@ 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}
```
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

38 changes: 19 additions & 19 deletions english/java/com.aspose.tasks/printerpapersize/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down