LoadOptions.MarginsAreaUsageModes

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class LoadOptions.MarginsAreaUsageModes extends 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.

Fields

FieldDescription
PutContentOnMarginAreaIfNecessaryIn this mode converter obeyes format of imported document (f.e.
NeverPutContentOnMarginAreaThis 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

PutContentOnMarginAreaIfNecessary

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

NeverPutContentOnMarginArea

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