Commit Graph

426 Commits

Author SHA1 Message Date
Dolan
e1c699ec41 Merge pull request #27 from felipeochoa/styles
More styles harmony
2017-03-13 12:31:25 +00:00
Dolan
245f0ae2ea added gitter integration 2017-03-13 12:30:22 +00:00
felipe
762fc0ca9d added run formatting methods to levels 2017-03-13 12:38:16 +01:00
felipe
457d074a59 added paragraph formatting methods to numbering Level 2017-03-13 12:38:16 +01:00
Dolan
ba80440faf formatting and correct heading values 2017-03-13 01:21:26 +00:00
Dolan
ae41e22df5 moved Documents section to Wiki.
Cleaned up Wiki
Added felipeochoa mention
removed TOC
2017-03-13 01:19:39 +00:00
Dolan
bf2e5201c8 made usage much more clear 2017-03-13 01:11:11 +00:00
Dolan
2662bcc60b removed Paragraph from readme, and put it in the Wiki 2017-03-13 01:03:57 +00:00
Dolan
efa4f1933a moved Text section to Wiki 2017-03-13 00:57:57 +00:00
Dolan
8c58ec2ba4 moved bullet points to Wiki 2017-03-13 00:54:05 +00:00
Dolan
e6ed3a55ff updated contents 2017-03-13 00:51:01 +00:00
Dolan
69abf509c9 removed tab stops and placed it in the Wiki 2017-03-13 00:50:29 +00:00
Dolan Miu
66eace4a33 added a attribute to graphic 2017-03-13 00:40:39 +00:00
Dolan Miu
eeb2187db4 added source rectangle and stretch in the blip fill 2017-03-13 00:33:59 +00:00
Dolan Miu
fa44acca1b added the remaining classes required 2017-03-13 00:02:56 +00:00
Dolan Miu
34ce662f70 added basic test for drawing 2017-03-12 23:32:02 +00:00
Dolan Miu
8d72fa5542 added more boilerplate files to drawing 2017-03-12 23:31:43 +00:00
Dolan Miu
64d642b593 Merge branch 'master' into image-support 2017-03-12 21:44:17 +00:00
Dolan Miu
d9e533156f fixed the build :P removed .docx extension if one is already present 2017-03-12 21:43:52 +00:00
Dolan Miu
90e5cc3ad5 Revert "fixed the build :P removed .docx extension if one is already present"
This reverts commit 9f61ca7abe.
2017-03-12 21:43:15 +00:00
Dolan Miu
9f61ca7abe fixed the build :P removed .docx extension if one is already present 2017-03-12 21:42:45 +00:00
Dolan Miu
6af79a884c Merge branch 'master' into image-support 2017-03-12 21:38:38 +00:00
Dolan
353401d148 updated readme to add demo folder 2017-03-12 21:37:36 +00:00
Dolan Miu
f17360d45a add simple demo page 2017-03-12 21:34:49 +00:00
Dolan Miu
4bc6ed0eda added more files to drawing 2017-03-12 21:30:46 +00:00
Dolan
bf22866a8d Merge pull request #26 from felipeochoa/styles
Standardizing formatting methods
2017-03-12 21:26:47 +00:00
felipe
a6e40d9d92 tightened type checking for tab stops 2017-03-12 22:06:43 +01:00
felipe
0b78e33444 added #leftTabStop and #maxRightTabStop methods to paragraph styles 2017-03-12 22:05:54 +01:00
felipe
6689f76c28 added #thematicBreak method to paragraph styles 2017-03-12 21:58:12 +01:00
felipe
df8ba1e8b8 added alignment methods to paragraph style 2017-03-12 21:40:01 +01:00
felipe
b3524971ac clean up imports into paragraph and paragraph style
(this prep for importing it from styles)
2017-03-12 21:39:29 +01:00
felipe
1cd681bc2d added #font method to paragraph styles 2017-03-12 17:53:32 +01:00
felipe
7f4d1bf3e7 added #SubScript and #SuperScript methods to ParagraphStyle 2017-03-12 17:52:03 +01:00
felipe
8c6cd012e7 eliminated duplicate implementation of strikethrough 2017-03-12 17:51:52 +01:00
felipe
371398bc2c added #strike and #doubleStrike methods to paragraphStyle 2017-03-12 17:44:42 +01:00
felipe
9a90818729 added #smallCaps and #allCaps methods to ParagraphStyle 2017-03-12 17:43:00 +01:00
felipe
90049a31ee added #style method to runs 2017-03-12 17:35:15 +01:00
felipe
3dbd917667 added #color and #size methods to Run 2017-03-12 17:31:36 +01:00
felipe
d85c6ce56a allow Run#underline to take style and color arguments 2017-03-12 17:28:52 +01:00
Dolan
db24f67e34 Merge pull request #21 from felipeochoa/tables
Tables!
2017-03-11 20:31:57 +00:00
felipe
fb6a4383ff renamed cell#push to cell#addContent 2017-03-11 21:15:45 +01:00
Dolan Miu
c33cdb450c added initial constructor 2017-03-11 18:21:31 +00:00
Dolan Miu
62b6b33254 created drawing file and refactored run components in components folder 2017-03-11 16:56:35 +00:00
Dolan
64ab91765a edited contents 2017-03-11 16:06:09 +00:00
Dolan
c0ba937c3a simplified readme 2017-03-11 16:05:20 +00:00
felipe
70f4613e1b appease the linter 2017-03-11 10:30:25 +01:00
felipe
bd9d6b74f5 added Cell#createParagraph method 2017-03-11 10:30:08 +01:00
felipe
bd3eb3e214 move the cell-paragraph validation into prepForXml
Instead of forcing table cells to only have a single paragraph as
their content, we now check whether they end in a paragraph (and
insert one if necessary) during #prepForXml
2017-03-11 10:22:30 +01:00
felipe
c10b576a3a added fixedWidthLayout option and method 2017-03-11 09:59:29 +01:00
felipe
210b97d00b added document#createTable 2017-03-11 09:02:36 +01:00