DocxCrConverter::Parser
Inherits Reference / Object
Constructors
new(docx_path : String)
@param docx_path [String] path to docx file @return [DocxCrConverter::Parser] @example parser = DocxCrConverter::Parser.new("path/to/docx/file") parser.parse
Instance methods
document
Sourcedocx_path
Sourceerrors
Sourceerrors?
@return [Bool] true if errors are present @example parser = DocxCrConverter::Parser.new("path/to/docx/file") parser.parse
parse
@return [String] parsed document @example parser = DocxCrConverter::Parser.new("path/to/docx/file") parser.parse
xml
Source