Back to Website
Show / Hide Table of Contents

Interface IViolationSettings

A structure containing the configuration of preflight warnings.

Package: @aurigma/design-atoms-interfaces
Examples
{
   "violationWarningsSettings": {
       "allowSafetyLines": true,
       "allowTextCrop": false
   }
}

Properties

allowBleedArea

Enables a warning displayed if an item crosses the bleed area. The default value is true.

Declaration
allowBleedArea?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if an item crosses the bleed area. The default value is true.

allowImageQuality

Enables a warning displayed if a selected image has a resolution that is too low.

Declaration
allowImageQuality?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if a selected image has a resolution that is too low.

allowInPlaceText

Enables a warning displayed if selected text has features that are disallowed at in-place editing mode.

Declaration
allowInPlaceText?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if selected text has features that are disallowed at in-place editing mode.

allowRegion

Enables a warning displayed if an item goes out of a region. The default value is true.

Declaration
allowRegion?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if an item goes out of a region. The default value is true.

allowSafetyLines

Enables a warning displayed if an item crosses a safety line. The default value is true.

Declaration
allowSafetyLines?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if an item crosses a safety line. The default value is true.

allowShape

Enables a warning displayed if the Asset Manager can import PDF and SVG graphics only with the loss of colors and raster images. The default value is true.

Declaration
allowShape?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if the Asset Manager can import PDF and SVG graphics only with the loss of colors and raster images. The default value is true.

allowTextCrop

Enables a warning displayed if the text is too long for the bounding rectangle, and some strings are clipped. The default value is true.

Declaration
allowTextCrop?: boolean;
Property Value
Type Description
boolean

Enables a warning displayed if the text is too long for the bounding rectangle, and some strings are clipped. The default value is true.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback