2.1.1164 Part 4 Section 4.4.1.46, transition (Slide Transition for a Slide Layout) 2.1.1165 Part 4 Section 4.4.1.49, xfrm (2D Transform for Graphic Frame) 2.1.1166 Part 4 Section 4.4.2.1, control (Embedded Control) 2.1.1167 Part 4 Section 4.4.2.2, embed (Embedded Object or Contro...
while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # ...