forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
143 lines (140 loc) · 3.19 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
title: officer
template:
package: pkgardata
bootswatch: simplex
home:
links:
- text: 'The user documentation is in the <strong>officeverse</strong> book'
href: https://ardata-fr.github.io/officeverse/
- text: 'Visit <a href="https://www.ardata.fr"><img alt="ardata" src="https://www.ardata.fr/img/ardata-logo.svg" width="70"></a> website'
href: https://www.ardata.fr
reference:
- title: Working with Word documents
contents:
- read_docx
- set_doc_properties
- change_styles
- title: Word documents information
contents:
- docx_summary
- styles_info
- doc_properties
- docx_dim
- docx_show_chunk
- length.rdocx
- title: Navigate into Word documents
contents:
- starts_with("cursor_")
- docx_bookmarks
- title: Add content to Word documents
contents:
- body_add_blocks
- body_add_caption
- body_add_img
- body_add_par
- body_add_table
- body_add_blocks
- body_add_fpar
- body_add_toc
- body_add_break
- body_add_docx
- body_bookmark
- body_add_gg
- body_add_caption
- body_add_plot
- body_end_block_section
- body_set_default_section
- starts_with("body_end_section")
- title: Word sections
contents:
- prop_section
- page_mar
- page_size
- section_columns
- title: Word simple tables
contents:
- prop_table
- starts_with("table_")
- title: Replace content in Word documents
contents:
- ends_with("at_bkm")
- ends_with("all_text")
- title: Remove content from Word documents
contents:
- body_remove
- title: Reading/writing PowerPoint documents
contents:
- read_pptx
- print.rpptx
- title: Manipulate slides
contents:
- add_slide
- on_slide
- move_slide
- remove_slide
- title: Slide content
contents:
- ph_with
- starts_with("ph_location")
- ph_slidelink
- ph_hyperlink
- ph_remove
- set_notes
- notes_location_label
- notes_location_type
- title: Read PowerPoint information
contents:
- pptx_summary
- slide_size
- length.rpptx
- annotate_base
- layout_summary
- layout_properties
- plot_layout_properties
- slide_summary
- color_scheme
- media_extract
- as.matrix.rpptx
- title: Content formatting
desc: Define formatted paragraphs or parts of paragraphs, such as text, calculated Word fields, sets of paragraphs, etc.
contents:
- fpar
- starts_with("block_")
- unordered_list
- plot_instr
- ftext
- starts_with("run_")
- set_autonum_bookmark
- external_img
- hyperlink_ftext
- empty_content
- title: Formatting properties
contents:
- fp_text_lite
- fp_text
- fp_par
- fp_border
- fp_cell
- title: Excel
contents:
- read_xlsx
- add_sheet
- sheet_select
- title: Misc
contents:
- officer
- read_xlsx
- add_sheet
- sheet_select
- shortcuts
- sanitize_images
- officer-defunct
- starts_with("slip_in")
navbar:
title: officer
type: default
left:
- text: Function reference
href: reference/index.html
- text: User Documentation
href: https://ardata-fr.github.io/officeverse/