Sets whether the page encoding is the default encoding. @param isDefault true if the page encoding is the default
(boolean isDefault)
| 604 | * @param isDefault true if the page encoding is the default |
| 605 | */ |
| 606 | public void setIsDefaultPageEncoding(boolean isDefault) { |
| 607 | isDefaultPageEncoding = isDefault; |
| 608 | } |
| 609 | |
| 610 | /** |
| 611 | * Returns whether the page encoding is the default encoding. |