⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.ddd

📁 MPC852开发板资料
💻 DDD
字号:
# style.ddd	1.7 - 1/18/94
# @(#)Copyright (C) 1987-1994 Verity, Inc.
#
# Document Dataset Descriptor
#
$control: 1
descriptor:
  /collection = yes
{
  data-table:	_df
    /num-records=1
    /max-records=1
  {
    # Header information for partition management
    constant:	_DBVERSION	text "vdk060"
    fixwidth:	_DDDSTAMP	4  date
    fixwidth:	_DOCIDX		12 text
    fixwidth:	_PARTDESC	32 text
  }
  data-table:	_df
    /offset=64
  {
    # Required internal fields per document
    autoval:	_STYLE		sirepath
    fixwidth:	_DOCID		4 unsigned-integer
    fixwidth:	_SECURITY	4 unsigned-integer
  }

  data-table:	dkf
  {
    # Must have a VdkVgwKey - this is the primary key to the document
    # The field type can be changed to fixwidth integer or text as needed
    varwidth:   VdkVgwKey	dkv
      /indexed = yes
      /minmax  = yes
  }

  data-table:	ddf
  {
    # User fields go here. Default is a single dispatch field 
# End  of TOPIC specific fields  (from topic31.ddd)
# Beginning of ADOBE specific fields
	fixwidth:	Exists		1 unsigned-integer
	fixwidth:	IsAChunk	1 unsigned-integer
	fixwidth:	LargeDoc	1 unsigned-integer
	fixwidth:	StartPage	4 unsigned-integer
	fixwidth:	EndPage		4 unsigned-integer
	fixwidth:	StartPageFrom	4 unsigned-integer
	fixwidth:	EndPageAt	4 unsigned-integer

	varwidth:	FileName	xya
	varwidth:	PageMap		xya
	fixwidth:	NumPages	4 unsigned-integer  	
	fixwidth:	PermanentID	32 text
	fixwidth:	WXEVersion	1 unsigned-integer


		varwidth:	FTS_Title		xyb
		varwidth:	FTS_Subject		xyd
		varwidth:	FTS_Author		xyc
		varwidth:	FTS_Keywords		xye
		varwidth:	FTS_Creator		xya
		varwidth:	FTS_Producer		xya
		fixwidth:	FTS_CreationDate		4	xdate
		fixwidth:	FTS_ModificationDate		4	xdate

    dispatch:	DOC
    varwidth:	DOC_FN		ddv
  }

  data-table:	uid
  {
	fixwidth:	InstanceID		32 text
	/indexed = yes
  }

  data-table:	drd
  {
	varwidth:	DirID		ddc
	/indexed = yes
  }


}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -