xml_settings.txt
上传用户:hmc_gdtv
上传日期:2013-08-04
资源大小:798k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. # xml parser settings
  2. # font size must be in range -100..+100
  3. # color must be in range 1..8
  4. # bold and italic can be + or -
  5. # align can be one of C - center, R - right align, J - always justify
  6. # indent is <number> points
  7. # action can be any combination of
  8. #  a - element is a document section
  9. #  p - element is a text container, paragraph break occurs before and after
  10. #      this element
  11. #  o - this is a document container
  12. #  f - apply specified formatting
  13. #  e - add an empty line here, should not occur inside text containers
  14. #  s - add a space after this element
  15. #  t - this is a container for section title
  16. #  c - enable display of child elements
  17. #  d - this can be a link destination, name is in @id
  18. #  l - this element is a link, target is in @xlink:href
  19. #  q - append an empty line after this element
  20. #  x - apply user defined style from @name
  21. # any field can be *, which means "don't change this setting"
  22. # * before name means it will not be shown in styles dialog
  23. # _ in names will be changed to space in styles dialog
  24. #Name Size B I U Col Align LIndent RIndent FIndent Action Aliases