| Style format options. |
Value
| Name | Description | Value |
StyleFormat.CSS | Uses non-inline CSS styles and allows style elements to be moved to an external stylesheet file that is also referenced by an HTML file; results in slower rendering speeds. Note: Use when sharing files with GoLive documents. | 1937131107 =
'svFc'
|
StyleFormat.ENTITY | Uses entity styles and results in faster rendering times and smaller files. | 1937131109 =
'svFe'
|
StyleFormat.INLINE | Uses inline CSS styles; can increase file size. Note: Use when SVG code will be used in transformations such as XSLT. | 1937131113 =
'svFi'
|
StyleFormat.PRESENTATION_ATTRIBUTES | Applies the highest level of properties, allowing for more flexibility during editing and transformations. | 1937131120 =
'svFp'
|
|
Usage
| As property
SVGExportPreference.styleFormat
|