Adobe.com
Contents Suites Classes Class Index Member Index

AISVGAction.h File Reference

#include "AIDocumentAction.h"
#include "AISVGTypes.h"

Go to the source code of this file.

Defines

#define kAISVGFileFormat   "svg file format"
 SVG-format parameter value for kAIExportDocumentAction.
#define kAISVGFileFormatExtension   "svg"
 SVG-format parameter value for kAIExportDocumentAction.
#define kAISVGCompressedFileFormat   "svg compressed file format"
 SVG-format parameter value for kAIExportDocumentAction.
#define kAISVGCompressedFileFormatExtension   "svgz"
 SVG-format parameter value for kAIExportDocumentAction.

Variables

const ActionParamKeyID kAISVGImageFormatKey = 'iFmt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGPrecisionKey = 'Prcs'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGRenderingKey = 'Rndr'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGZoomKey = 'ZooM'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGSystemFontKey = 'SYFt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGFontSubsettingKey = 'FSbs'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGFontLocationKey = 'FLct'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGEncodingKey = 'Encd'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGCompressionKey = 'Cmzn'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGStyleTypeKey = 'StTp'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGFontFormatKey = 'fFmt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGWidthUnitKey = 'WunT'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGHeightUnitKey = 'HunT'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGResolutionUnitKey = 'RzUt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGEmbedFontFormatsKey = 'EFFt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGEmbedRasterLocationKey = 'RLoc'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGRasterResolutionKey = 'RsRl'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGGradientTolerenceKey = 'GrTl'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGTextOnPathKey = 'ToPt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGExportConstrainProportionsKey = 'Cstp'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGExportClipToArtboardKey = 'CTab'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGExportRoundTripKey = 'Rrtr'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIncludeAdobeNameSpaceKey = 'Anxp'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIncludeTemplateKey = 'Temt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGViewBoxKey = 'VieW'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIncludePGFKey = 'Ipgf'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIncludeXAPKey = 'IXAP'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIncludeSlicesKey = 'ISlc'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGDTDKey = 'DTDt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGFontTypeKey = 'FTKt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGDisbleAutoKerningKey = 'IDAK'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGUseSVGTextOnPathKey = 'ITOP'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kCopyingSVG = 'Copy'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIncludeUnusedStylesKey = 'IUSt'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGGenerateResponsiveSVGKey = 'GRSv'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGIdTypeKey = 'IdTK'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGMinifyKey = 'mnfy'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGResponsiveKey = 'rpsv'
 Parameter to kAIExportDocumentAction for SVG.
const ActionParamKeyID kAISVGExportActionKey = 'SiEK'
 Parameter to kAIExportDocumentAction for SVG.

Define Documentation

#define kAISVGCompressedFileFormat   "svg compressed file format"

SVG-format parameter value for kAIExportDocumentAction.

Parameters:
kAIExportDocumentFormatKey The format to write, kAISVGCompressedFileFormat to export a compressed SVG file.
#define kAISVGCompressedFileFormatExtension   "svgz"

SVG-format parameter value for kAIExportDocumentAction.

Parameters:
kAIExportDocumentExtensionKey The file extension, kAISVGCompressedFileFormatExtension for compressed SVG.
#define kAISVGFileFormat   "svg file format"

SVG-format parameter value for kAIExportDocumentAction.

Parameters:
kAIExportDocumentFormatKey The format to write, kAISVGFileFormat to export an uncompressed SVG file.
#define kAISVGFileFormatExtension   "svg"

SVG-format parameter value for kAIExportDocumentAction.

Parameters:
kAIExportDocumentExtensionKey The file extension, kAISVGFileFormatExtension for uncompressed SVG.

Variable Documentation

Parameter to kAIExportDocumentAction for SVG.

The file compression, an AISVGFileCompression value

Parameter to kAIExportDocumentAction for SVG.

True to include automatic kerning data.

Parameter to kAIExportDocumentAction for SVG.

The SVG DTD to use, an AISVGDTD value

Parameter to kAIExportDocumentAction for SVG.

What types of fonts to embed, an AISVGEmbedFontFormats value

Parameter to kAIExportDocumentAction for SVG.

Whether to embed or link images, an AISVGRasterLocation value

Parameter to kAIExportDocumentAction for SVG.

The character encoding, an AISVGDocumentEncoding value

Parameter to kAIExportDocumentAction for SVG.

True to identify the action as export

Parameter to kAIExportDocumentAction for SVG.

True to clip to the artboard.

Parameter to kAIExportDocumentAction for SVG.

True to constrain proportions.

Parameter to kAIExportDocumentAction for SVG.

True to round-trip.

Parameter to kAIExportDocumentAction for SVG.

What type of fonts to use, an AISVGFontType value

Parameter to kAIExportDocumentAction for SVG.

Whether to embed fonts or create separate, linked files, an AISVGFileLocation value

Parameter to kAIExportDocumentAction for SVG.

Whether to subset fonts, an AISVGFontSubsetting value

Parameter to kAIExportDocumentAction for SVG.

The font type to use, an AISVGFontType value.

Parameter to kAIExportDocumentAction for SVG.

True to generate responsive SVG.

Parameter to kAIExportDocumentAction for SVG.

Gradient tolerance.

Parameter to kAIExportDocumentAction for SVG.

Height unit, an AISVGUnits value

Parameter to kAIExportDocumentAction for SVG.

Object names (IDs) to use, an AISVGIdType value.

Parameter to kAIExportDocumentAction for SVG.

The format for images in the SVG, an AISVGImageFormats value

Parameter to kAIExportDocumentAction for SVG.

True to include the Adobe namespace.

Parameter to kAIExportDocumentAction for SVG.

True to include round-trip data.

Parameter to kAIExportDocumentAction for SVG.

True to include slicing information.

Parameter to kAIExportDocumentAction for SVG.

True to include a template.

Parameter to kAIExportDocumentAction for SVG.

True to include unused styles also.

Parameter to kAIExportDocumentAction for SVG.

True to include XMP metadata.

Parameter to kAIExportDocumentAction for SVG.

True to create minified SVG

Parameter to kAIExportDocumentAction for SVG.

The precision for number rounding, an AISVGCoordinatePrecision value

Parameter to kAIExportDocumentAction for SVG.

Resolution for images (in the unit specified by kAISVGResolutionUnitKey)

Parameter to kAIExportDocumentAction for SVG.

The type of SVG rendering, an AISVGRendering value

Parameter to kAIExportDocumentAction for SVG.

Resolution unit, an AISVGResolution value

Parameter to kAIExportDocumentAction for SVG.

True to create responsive SVG

Parameter to kAIExportDocumentAction for SVG.

How style information should be exported, an AISVGStyle value

Parameter to kAIExportDocumentAction for SVG.

True to use the system font.

Parameter to kAIExportDocumentAction for SVG.

How to treat text in paths, an AISVGTextOnPath value

Parameter to kAIExportDocumentAction for SVG.

True to SVG Text On Path, false to write each character separately.

Parameter to kAIExportDocumentAction for SVG.

The rectangle to use as the viewing box, an AISVGRect.

Parameter to kAIExportDocumentAction for SVG.

Width unit, an AISVGUnits value

Parameter to kAIExportDocumentAction for SVG.

True to zoom.

const ActionParamKeyID kCopyingSVG = 'Copy'

Parameter to kAIExportDocumentAction for SVG.

True when a component is being copied onto the clipboard, false when complete design being exported.



Contents Suites Classes Class Index Member Index
Adobe Solutions Network
 
Copyright © 2014 Adobe Systems Incorporated. All rights reserved.
Terms of Use Online Privacy Policy Adobe and accessibility Avoid software piracy Permissions and Trademarks