Просмотр исходного кода

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

Kevin 4 лет назад
Родитель
Сommit
40a5390479
1 измененных файлов с 5 добавлено и 0 удалено
  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 横向排列 -->