Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline format option for Text and TextBlock #12

Closed
hidakatsuya opened this issue Oct 2, 2014 · 1 comment
Closed

Inline format option for Text and TextBlock #12

hidakatsuya opened this issue Oct 2, 2014 · 1 comment
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on
Milestone

Comments

@hidakatsuya
Copy link
Member

If this option is enabled, thinreports/thinreports-generator#5 inline format will be enabled.

This option is disabled by default, and property ui is like this:

Inline format

Specification of shape structure:

{
  "type": "s-text", 
     :
  "inline-format": "false",
  "text":["hoge","foo"],
  "svg": {
     :
  }
}
{
  "type": "s-tblock", 
    :
  "box":{
    "x": 100,
    "y": 100,
    "width": 100,
    "height": 100
  },
  "inline-format": "false",
  "format": {
    :
  },
    :
}

Specification of shape attributes:

Attribute Description Value
inline-format Allow inline format true, false (default)
@hidakatsuya
Copy link
Member Author

@maeda-m Should backport this feature to 0.7-stable.

maeda-m pushed a commit that referenced this issue Nov 7, 2014
maeda-m pushed a commit that referenced this issue Apr 15, 2015
maeda-m pushed a commit that referenced this issue Apr 15, 2015
@maeda-m maeda-m added the wontfix This will not be worked on label Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants