Edit in GitHubLog an issue

@express-document-sdk / TextLayout

Enumeration: TextLayout

Enumeration Members

area

area: 1

Area text: both width and height are explicitly set. If text content is too long to fit, the end of the text will be clipped. If text content is short, the frame's bounds will occupy extra height that is just blank space.


autoHeight

autoHeight: 2

Auto-height text: Width is explicitly set, and text wraps to use as much vertical space as necessary to display the full content.


autoWidth

autoWidth: 3

Auto-width, aka point text: both width and height are automatically determined based on the content. There is no automatic line wrapping, so the text will all be on one line unless the text contains explicit newlines.


circular

circular: 4

Text is arranged in a circle or arc. The API does not yet support setting or reading the details of this layout style.


magicFit

magicFit: 5

Aka "Dynamic" layout in the UI: text size and styles are automatically varied to create an attractive multi-line layout. The API does not yet support setting or reading the details of this layout style.

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.