Giter VIP home page Giter VIP logo

Comments (6)

Verikon avatar Verikon commented on July 20, 2024 2

They way I dealt with this;

var bulletpoints = [ 'some key point', 'some other keypoint' ];

var bulletedString = bulletpoints.reduce( function( str, bulletpoint ) {
str += String.fromCharCode( 8226 ) + ' ' + bulletpoint + '\n\r';
return str;
}, '');

slide.addText( bulletedString );

from officegen.

Ziv-Barber avatar Ziv-Barber commented on July 20, 2024

Yes, it's not working right now.

On Mon, Nov 3, 2014 at 7:09 PM, samlobel [email protected] wrote:

The createListOfDots and CreateListOfNumbers doesn't really do anything
for me. I assume it's supposed to make bullet-point formatting, but even
when I create the sample doc, it just appears as new lines (no bullets or
numbers). Is this a well-known problem? Is there a different way to create
bullet points?

Attached is the bottom of the sample doc. Is that how it's supposed to
look?
[image: screenshot from 2014-11-03 13 09 10]
https://cloud.githubusercontent.com/assets/6496631/4887435/9089bb34-6384-11e4-8f22-ad6587fed69d.png


Reply to this email directly or view it on GitHub
#36.

from officegen.

samlobel avatar samlobel commented on July 20, 2024

Okay, is it something that worked in a previous version or is an unimplemented feature? Is it something I should make a pull request for? Any ideas on where to start learning how to do it/introduction to docx XML? Or, is there a workaround you recommend?

Thanks for the response, I really appreciate it.

from officegen.

Ziv-Barber avatar Ziv-Barber commented on July 20, 2024

It was not working since the first time that I implemented it. I need to
investigate this issue.

On Tue, Nov 4, 2014 at 8:15 AM, samlobel [email protected] wrote:

Okay, is it something that worked in a previous version or is an
unimplemented feature? Is it something I should make a pull request for?
Any ideas on where to start learning how to do it/introduction to docx XML?
Or, is there a workaround you recommend?

Thanks for the response, I really appreciate it.


Reply to this email directly or view it on GitHub
#36 (comment).

from officegen.

samlobel avatar samlobel commented on July 20, 2024

Sorry, I'm a little confused with your wording. Did it work in the original few commits? Any chance you could point me to one of those if so? It's the only real special feature I need, so it's fine if it's not a complete package in those versions.

from officegen.

Ziv-Barber avatar Ziv-Barber commented on July 20, 2024

#151

from officegen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.