-
Notifications
You must be signed in to change notification settings - Fork 107
/
_pkgdown.yml
177 lines (171 loc) · 3.81 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
url: https://davidgohel.github.io/officer/
title: officer
development:
mode: auto
template:
bootstrap: 5
theme: breeze-light
bootswatch: simplex
bslib:
pkgdown-nav-height: 100px
base_font:
google: "Open Sans"
home:
links:
- text: 'Read the officeverse book'
href: https://ardata-fr.github.io/officeverse/
- text: 'Visit <img alt="ardata" src="https://www.ardata.fr/img/ardata-logo.svg" width="70"> website'
href: https://www.ardata.fr
footer:
structure:
left: legal
components:
legal: proudly brought to you by <a href="https://www.ardata.fr"><img alt="ardata" src="https://www.ardata.fr/img/ardata-logo.svg" width="70"></a>
authors:
David Gohel:
href: https://www.ardata.fr
reference:
- title: Working with Word documents
contents:
- read_docx
- set_doc_properties
- docx_set_paragraph_style
- docx_set_character_style
- change_styles
- title: Word documents information
contents:
- docx_summary
- docx_comments
- 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")
- body_comment
- 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
- layout_dedupe_ph_labels
- layout_rename_ph_labels
- 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
- sp_line
- sp_lineend
- title: Formatting properties
contents:
- fp_text_lite
- fp_text
- fp_par
- fp_border
- fp_cell
- fp_tabs
- fp_tab
- title: RTF
contents:
- rtf_doc
- rtf_add
- print.rtf
- 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/