forked from davidgohel/officer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
109 lines (105 loc) · 2.36 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
title: officer
template:
package: ardown
bootswatch: simplex
home:
links:
- 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
- docx_summary
- styles_info
- doc_properties
- set_doc_properties
- docx_dim
- title: Navigate into Word documents
contents:
- starts_with("cursor_")
- docx_bookmarks
- title: Add content to Word documents
contents:
- body_add_img
- body_add_par
- body_add_table
- body_add_blocks
- body_add_plot
- body_add_caption
- body_add_fpar
- body_add_toc
- body_add_break
- body_end_section
- body_add_docx
- body_bookmark
- body_add_gg
- slip_in_img
- slip_in_text
- slip_in_seqfield
- starts_with("body_end_section_")
- slip_in_column_break
- slip_in_footnote
- 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
- title: Read PowerPoint informtions
contents:
- pptx_summary
- slide_size
- length.rpptx
- annotate_base
- layout_summary
- layout_properties
- slide_summary
- color_scheme
- title: Create formatted paragraphs
contents:
- fpar
- block_list
- ftext
- external_img
- title: Formatting properties
contents:
- fp_text
- fp_par
- fp_border
- fp_cell
navbar:
title: officer
type: default
left:
- text: Powerpoint
href: articles/offcran/powerpoint.html
- text: Word
href: articles/offcran/word.html
- text: Graphics
href: articles/offcran/graphics.html
- text: Office scraping
href: articles/offcran/officer_reader.html
- text: Function reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/davidgohel/officer