powered by
Get styles names that exist into a document
styles(doc, ...)# S3 method for docx styles(doc, ...)
# S3 method for docx styles(doc, ...)
document object
further arguments passed to other methods
With docx document, styles will be paragraph styles of the base document (e.g. Normal, Title1, etc.). Names of the returned character vector are labels associated with styles names.
docx
docx, styles
styles
# NOT RUN { doc = docx( title = "title" ) styles(doc) # }
Run the code above in your browser using DataLab