Skip to content
New issue

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

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

Already on GitHub? # to your account

support tab stops #853

Closed
wants to merge 2 commits into from
Closed

Conversation

wangfengming
Copy link
Contributor

Enhancement: Support tab stops for paragraph

#810

@gitbrent gitbrent linked an issue Dec 26, 2020 that may be closed by this pull request
@gitbrent gitbrent self-assigned this Dec 26, 2020
@gitbrent gitbrent added this to the 3.5.0 milestone Dec 26, 2020
@gitbrent
Copy link
Owner

Hi @wangfengming - Can you provide some test cases and examples of the output?

@wangfengming
Copy link
Contributor Author

wangfengming commented Mar 2, 2021

@gitbrent
#810

<a:p>
    <a:pPr>
        <a:tabLst>
            <a:tab pos="2879725" algn="l"/>
            <a:tab pos="5760085" algn="l"/>
            <a:tab pos="8639810" algn="l"/>
        </a:tabLst>
    </a:pPr>
    <a:r>
        <a:rPr lang="en-US"/>
        <a:t>a	b	c	d</a:t>
    </a:r>
</a:p>

new tag is: <a:tabLst>.
the str in <a:t> tag is a\tb\tc\td, \t is tab.

image

image

@gitbrent gitbrent modified the milestones: 3.5.0, 3.6.0 Mar 31, 2021
gitbrent added a commit that referenced this pull request Apr 27, 2021
@gitbrent
Copy link
Owner

Thanks @wangfengming !

Implemented via Pull #943 (it did not auto-relate to this Pull for some reason)

Screen Shot 2021-04-26 at 21 45 47

@gitbrent gitbrent closed this Apr 27, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Support tab stops for paragraph
2 participants