public static final class LoadOptions.MarginsAreaUsageModes
extends com.aspose.ms.System.Enum
Represents mode of usage of margins area during conversion (like HTML, EPUB etc), defines treatement of instructions of imported format related to usage of margins.
Modifier and Type | Field and Description |
---|---|
static int |
NeverPutContentOnMarginArea
This mode strictly forbids usage of margins area, so, converter will never use area of
margins for rendering, even if CSS or format of source document allows or requirs that
|
static int |
PutContentOnMarginAreaIfNecessary
In this mode converter obeyes format of imported document (f.e.
|
public static final int PutContentOnMarginAreaIfNecessary
In this mode converter obeyes format of imported document (f.e. CSS of imported HTML) in usage of margins area.So, if format of imported document requires usage of margins area for rendering , converter will allow that
public static final int NeverPutContentOnMarginArea
This mode strictly forbids usage of margins area, so, converter will never use area of margins for rendering, even if CSS or format of source document allows or requirs that