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

All Other Styles (Except Text-Alignment) Aren't showing up in RTFSpan Objects #4

Closed
npaul007 opened this issue Nov 2, 2017 · 0 comments

Comments

@npaul007
Copy link

npaul007 commented Nov 2, 2017

```
parseRTF.string(file, (err, doc) => {
	 console.log(doc);
});
doc variable output:
RTFDocument {parent: undefined, content: Array(8), fonts: Array(0), colors: Array(17), style: {…}, …}
charset
:
"CP1252"
colors
:
(17) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
content
:
Array(8)
0
:
RTFParagraph
content
:
Array(2)
0
:
RTFSpan
style
:
align
:
"left"
background
:
undefined
bold
:
undefined
dir
:
"ltr"
font
:
undefined
fontSize
:
22
foreground
:
undefined
indent
:
0
italic
:
undefined
underline
:
undefined
__proto__
:
Object
value
:
"[1]PRE TITLES "
__proto__
:
Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant