21 from namespaces 
import OFFICENS
 
   22 from element 
import Element
 
   23 from draw 
import StyleRefElement
 
   33     return Element(qname = (OFFICENS, 
'automatic-styles'), **args)
 
   36     return Element(qname = (OFFICENS,
'binary-data'), **args)
 
   39     return Element(qname = (OFFICENS, 
'body'), **args)
 
   42     return Element(qname = (OFFICENS,
'change-info'), **args)
 
   45     return Element(qname = (OFFICENS,
'chart'), **args)
 
   48     return Element(qname = (OFFICENS,
'dde-source'), **args)
 
   51     return Element(qname = (OFFICENS,
'document'), version=version, **args)
 
   54     return Element(qname = (OFFICENS, 
'document-content'), version=version, **args)
 
   57     return Element(qname = (OFFICENS, 
'document-meta'), version=version, **args)
 
   60     return Element(qname = (OFFICENS, 
'document-settings'), version=version, **args)
 
   63     return Element(qname = (OFFICENS, 
'document-styles'), version=version, **args)
 
   66     return Element(qname = (OFFICENS,
'drawing'), **args)
 
   69     return Element(qname = (OFFICENS,
'event-listeners'), **args)
 
   72     return Element(qname = (OFFICENS, 
'font-face-decls'), **args)
 
   75     return Element(qname = (OFFICENS,
'forms'), **args)
 
   78     return Element(qname = (OFFICENS,
'image'), **args)
 
   81     return Element(qname = (OFFICENS, 
'master-styles'), **args)
 
   84     return Element(qname = (OFFICENS, 
'meta'), **args)
 
   87     return Element(qname = (OFFICENS,
'presentation'), **args)
 
   90     return Element(qname = (OFFICENS, 
'script'), **args)
 
   93     return Element(qname = (OFFICENS, 
'scripts'), **args)
 
   96     return Element(qname = (OFFICENS, 
'settings'), **args)
 
   99     return Element(qname = (OFFICENS, 
'spreadsheet'), **args)
 
  102     return Element(qname = (OFFICENS, 
'styles'), **args)
 
  105     return Element(qname = (OFFICENS, 
'text'), **args)