shape_properties_tags: pptx tags for visual and non visual properties

View source: R/pptx_slide_manip.R

shape_properties_tagsR Documentation

pptx tags for visual and non visual properties

Description

Visual and non visual properties of a shape can be returned by this function.

Usage

shape_properties_tags(
  left = 0,
  top = 0,
  width = 3,
  height = 3,
  bg = "transparent",
  rot = 0,
  label = "",
  ph = "<p:ph/>",
  ln = sp_line(lwd = 0, linecmpd = "solid", lineend = "rnd"),
  geom = NULL
)

Arguments

left, top, width, height

place holder coordinates in inches.

bg

background color

rot

rotation angle

label

a label for the placeholder.

ph

string containing xml code for ph tag

ln

a sp_line() object specifying the outline style.

geom

shape geometry, see http://www.datypic.com/sc/ooxml/t-a_ST_ShapeType.html

Value

a character value

See Also

Other functions for officer extensions: docx_reference_img(), fortify_location(), get_reference_value(), opts_current_table(), str_encode_to_rtf(), to_html(), to_pml(), to_rtf(), to_wml(), wml_link_images()


davidgohel/officer documentation built on March 18, 2024, 4:06 p.m.