Wiki

Clone wiki

adf-builder-java / mark-border

Mark: border

Description

The border mark sets the border styling for images. The color value is specified in either RGB or RGBA hex, so it must always use exactly 6 or 8 hex digits. For example, #00FF00 is lime green and #FF00FFC0 is fuschia at 75% opacity.

Compatibility

For technical reasons, the mark may be set for any media node, but it may not take effect in all settings. In particular, its initial implementation is only expected to be supported for the media node within a mediaSingle.

Products

Confluence Jira
⚠️1

Nodes

Marks

Structure

  • type - border
  • attrs
    • size - int from 1 to 3
    • color - string – matching /^#[0-9a-fA-F]{8}$|^#[0-9a-fA-F]{6}$/

  1. This feature is currently under development, and it is not yet clear whether Jira will implement it. 

Updated