support for multi column stubs in ooxml#2087
Closed
romainfrancois wants to merge 69 commits intorstudio:masterfrom
Closed
support for multi column stubs in ooxml#2087romainfrancois wants to merge 69 commits intorstudio:masterfrom
romainfrancois wants to merge 69 commits intorstudio:masterfrom
Conversation
* + ooxml_cell_borders() * + ooxml_tbl_cell_margins() that either produces a <w:tcMar> node or a (spliced) list of attributes * type -> ooxml_type so that we can use type * style -> type * check * only use methofds when necessary * + ooxml_vAlign() * ooxml_tag(null_if_empty=) * + ooxml_gridSpan() * check_inherits(properties) * ooxml_cell_content() does not take propoerties * ooxml_font * xml:space := "default" is ok * ooxml_paragraph
* ooxml_tbl_properties.ooxml_pptx(justify=) * + create_table_props_component_ooxml() * create_tbl_grid() wip * initial as_ooxml_tbl() * + initial create_table_rows_ooxml() * factor out create_body_row_ooxml() * split create_body_row_ooxml() * fix ooxml_tbl_cell.ooxml_pptx() * using ooxml_list * using ooxml_list() in ooxml_tbl_row.pptx()
…t from the NAMESPACE
initial `as_word_ooxml()` and tests
`build_data(context=)` for `ooxml
create_footnote_rows_ooxml()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.