Jelajahi Sumber

修改了打印的结构,Row添加了wordWrap

Kevin 4 tahun lalu
induk
melakukan
40a5390479
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      printer-schema.xsd

+ 5 - 0
printer-schema.xsd

@@ -442,6 +442,11 @@
           <xs:attributeGroup ref="directive" />
           <xs:attributeGroup ref="size" />
           <xs:attributeGroup ref="offsetGroup" />
+          <xs:attribute name="wordWrap" type="xs:boolean">
+            <xs:annotation>
+              <xs:documentation>超出是否自动换行,默认false</xs:documentation>
+            </xs:annotation>
+          </xs:attribute>
         </xs:complexType>
       </xs:element>
       <!-- End 横向排列 -->