ArcPad Preferences File Schema
LABEL Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > FONTS Element : LABEL Element

Glossary Item Box

Description

Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.

Diagram

LABEL Element

Overview

LABEL
Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.
charset optional xs:string
Font character set.
font optional xs:string
fontsize optional Restriction of xs:int
fontstyle optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
charsetxs:stringoptional  Font character set.
fontxs:stringoptional   
fontsizeRestriction of xs:intoptional   
fontstyleRestriction of xs:stringoptionalregular  

Examples

Source

<xs:element name="LABEL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="ANSI" ref="charset">
      <xs:annotation>
        <xs:documentation>Font character set.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="System" ref="font">
      <xs:annotation>
        <xs:documentation>Font name.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="16" ref="fontsize">
      <xs:annotation>
        <xs:documentation>Font size.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="bold" ref="fontstyle">
      <xs:annotation>
        <xs:documentation>Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline").</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.