网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 管理信息系统 > 商品详情

LotusScript与Formula应用手册[按需印刷]

分享到:
LotusScript与Formula应用手册[按需印刷]

最 低 价:¥138.00

定 价:¥69.00

作 者:郑翔主编

出 版 社:机械工业出版社

出版时间:2001 年9月

I S B N:7111091930

商品详情

编辑推荐

内容简介

本书全面介绍了LotusDomino/Notes R5的命令、函数和LotusScript类的功能与使用方法,包括面向对象技术与Domino、公式语言的基本知识与样例、函数使用大全、LotusScript语言的基本知识与样例等内容。本书包含大量具体实例、内容深入浅出。本书可供应用系统开发人员及相关技术人员参考。
  
  

作者简介

目录

前言
第1章 面向对象技术与domino1
1.1 面向对象方法的基本知识1
1.1.1 面向对象技术的基本特征1
1.1.2 面向对象技术的主要应用领域 2
1.1.3 面向对象技术的发展方向4
1.1.4 面向对象方法的重要术语与基本概念4
1.2 domino编程技术与面向对象技术5
1.2.1 domino编程基本知识5
1.2.2 domino dom模型7
1.2.3 lotusscript编程10
1.3 odbc技术22
第2章 公式语言的使用基本知识与样例25
2.1 使用公式语言25
2.1.1 词法元素25
2.1.2 函数29
2.2 不同函数应用范围31
2.3 应用公式语言中的相关信息描述43
2.3.1 函数引用相关文件描述43
2.3.2 文档级别和视图级别44
.2.3.3 通配字符和符号45
2.3.4 指定服务器和数据库45
2.3.5 启动非自动缓存nocache46
2.3.6 使用函数时服务器代理及安全性47
2.3.7 使用 dde 47
2.3.8 与数据库相关概念48
2.4 样例50
2.4.1 使用域来获取cgi变量50
2.4.2 基于公式的代理51
2.4.3 定制搜索和结果表单51
第3章 函数使用大全55
3.1 字符串函数55
3.1.1 @abstract 59
3.1.2 @ascii 60
3.1.3 @begins 61
3.1.4 @char 61
3.1.5 @contains 61
3.1.6 @ends 62
3.1.7 @explode 62
3.1.8 @implode 63
3.1.9 @istext 63
3.1.10 @keywords 64
3.1.11 @left 64
3.1.12 @leftback 65
3.1.13 @length 65
3.1.14 @like 66
3.1.15 @lowercase 66
3.1.16 @matches 67
3.1.17 @middle 67
3.1.18 @middleback 68
3.1.19 @narrow 69
3.1.20 @newline 69
3.1.21 @propercase 70
3.1.22 @repeat 70
3.1.23 @right 70
3.1.24 @rightback 71
3.1.25 @soundex 72
3.1.26 @text 72
3.1.27 @texttonumber 73
3.1.28 @texttotime 74
3.1.29 @trim 74
3.1.30 @unique 74
3.1.31 @uppercase 75
3.1.32 @word 75
3.1.33 @wide 76
3.2 列表操作函数76
3.2.1 @elements77
3.2.2 @ismember 78
3.2.3 @isnotmember78
3.2.4 @member79
3.2.5 @replace79
3.2.6 @replacesubstring80
3.2.7 @select80
3.2.8 @subset81
3.3 数学函数81
3.3.1 @abs83
3.3.2 @exp83
3.3.3 @integer83
3.3.4 @isnumber84
3.3.5 @log84
3.3.6 @ln85
3.3.7 @max85
3.3.8 @min85
3.3.9 @modulo86
3.3.10 @pi86
3.3.11 @power87
3.3.12 @random87
3.3.13 @round88
3.3.14 @sign88
3.3.15 @sqrt89
3.3.16 @sum89
3.4 三角函数89
3.4.1 @acos90
3.4.2 @asin90
3.4.3 @atan91
3.4.4 @atan291
3.4.5 @cos91
3.4.6 @sin92
3.4.7 @tan92
3.5 时间型函数93
3.5.1 @accessed94
3.5.2 @adjust95
3.5.3 @created96
3.5.4 @date96
3.5.5 @day97
3.5.6 @hour97
3.5.7 @istime97
3.5.8 @minute98
3.5.9 @modified98
3.5.10 @month98
3.5.11 @now99
3.5.12 @second99
3.5.13 @time100
3.5.14 @today100
3.5.15 @tomorrow101
3.5.16 @weekday101
3.5.17 @year101
3.5.18 @yesterday102
3.5.19 @zone102
3.6 逻辑函数103
3.6.1 @error103
3.6.2 @failure104
3.6.3 @false104
3.6.4 @if 105
3.6.5 @isappinstalled105
3.6.6 @iserror106
3.6.7 @no106
3.6.8 @success106
3.6.9 @true107
3.6.10 @v2if107
3.6.11 @yes108
3.7 数据库函数108
3.7.1 @addtofolder109
3.7.2 @dbexists110
3.7.3 @dbmanager110
3.7.4 @dbname111
3.7.5 @dbtitle111
3.7.6 @isagentenabled111
3.7.7 @isexpandable112
3.7.8 @isvalid 113
3.7.9 @viewtitle 113
3.7.10 @settargetframe 113
3.8 文档处理函数114
3.8.1 @deletefield116
3.8.2 @docfields116
3.8.3 @docmark117
3.8.4 @documentuniqueid117
3.8.5 @getdocfield118
3.8.6 @inheriteddocumentuniqueid118
3.8.7 @isavailable118
3.8.8 @isdocbeingedited119
3.8.9 @isdocbeingloaded119
3.8.10 @isdocbeingmailed120
3.8.11 @isdocbeingrecalculated120
3.8.12 @isdocbeingsaved121
3.8.13 @isdoctruncated121
3.8.14 @ismodalhelp122
3.8.15 @isnewdoc122
3.8.16 @isresponsedoc122
3.8.17 @isunavailable123
3.8.18 @noteid123
3.8.19 @setfield124
3.8.20 @setdocfield124
3.8.21 @undeletedocument125
3.8.22 @unavailable125
3.9 文档统计函数125
3.9.1 @all127
3.9.2 @allchildren127
3.9.3 @alldescendants 128
3.9.4 @deletedocument128
3.9.5 @responses128
3.9.6 @docchildren129
3.9.7 @docdescendants130
3.9.8 @doclength130
3.9.9 @doclevel131
3.9.10 @docnumber131
3.9.11 @docparentnumber132
3.9.12 @docsiblings133
3.9.13 @iscategory133
3.10 简要表函数134
3.10.1 @getprofilefield134
3.10.2 @setprofilefield134
3.11 邮件函数 135
3.11.1 @domain136
3.11.2 @maildbname136
3.11.3 @mailencryptsavedpreference137
3.11.4 @mailencryptsentpreference137
3.11.5 @mailsavepreference138
3.11.6 @mailsend138
3.11.7 @mailsignpreference140
3.11.8 @optimizemailaddress140
3.11.9 @validateinternetaddress141
3.12. 附件函数142
3.12.1 @attachmentlengths142
3.12.2 @attachmentnames 143
3.12.3 @attachments 143
3.13 查找/选择函数143
3.13.1 @dbcolumn(notes/domino
数据库)145
3.13.2 @dbcolumn (odbc)145
3.13.3 @dbcommand (odbc)147
3.13.4 @dblookup(notes/domino
数据库)148
3.13.5 @dblookup (odbc)149
3.13.6 @fontlist151
3.13.7 @picklist152
3.14 安全函数153
3.14.1 @author155
3.14.2 @certificate155
3.14.3 @editecl156
3.14.4 @edituserecl156
3.14.5 @name157
3.14.6 @namelookup158
3.14.7 @password160
3.14.8 @passwordquality 160
3.14.9 @refreshecl160
3.14.10 @useraccess161
3.14.11 @username162
3.14.12 @usernameslist163
3.14.13 @userprivileges163
3.14.14 @userroles163
3.14.15 @v3username164
3.14.16 @v4useraccess165
3.15 url函数165
3.15.1 @browserinfo165
3.15.2 @urlgetheader166
3.15.3 @urlhistory167
3.15.4 @urlopen168
3.16 dde函数169
3.16.1 @ddeexecute 170
3.16.2 @ddeinitiate 171
3.16.3 @ddepoke171
3.16.4 @ddeterminate172
3.17 宏函数172
3.17.1 @checkalarms174
3.17.2 @clienttype174
3.17.3 @command175
3.17.4 @dialogbox175
3.17.5 default176
3.17.6 @do177
3.17.7 @enablealarms177
3.17.8 environment177
3.17.9 @environment178
3.17.10 field179
3.17.11 @formlanguage179
3.17.12 @languagepreference179
3.17.13 @launchapp180
3.17.14 @locale180
3.17.15 @getportslist181
3.17.16 @platform182
3.17.17 @postedcommand182
3.17.18 @prompt183
3.17.19 rem184
3.17.20 @return185
3.17.21 select185
3.17.22 @set186
3.17.23 @setenvironment186
3.17.24 @usernamelanguage187
3.17.25 @version188
第4章 @command命令参考大全189
4.1 管理控制命令189
4.1.1 administration189
4.1.2 adminopenaddressbook189
4.1.3 adminopencatalog190
4.1.4 adminopenserverlog190
4.1.5 adminopenserversview190
4.1.6 adminopenstatistics190
4.1.7 adminremoteconsole190
4.1.8 adminstatisticsconfig191
4.1.9 debuglotusscript191
4.1.10 execute191
4.2 网络命令192
4.2.1 admintraceconnection192
4.2.2 dialingrules192
4.2.3 editlocations192
4.2.4 editphonenumbers192
4.2.5 editprofile192
4.2.6 setcurrentlocation193
4.2.7 toolscall193
4.2.8 toolshangup193
4.2.9 toolssetuplocation193
4.2.10 toolssetupports194
4.2.11 toolssetupusersetup194
4.3 工作台命令194
4.3.1 filedatabaseuseserver194
4.3.2 helpaboutnotes194
4.3.3 toolssmarticons194
4.3.4 viewarrangeicons195
4.3.5 viewrefreshunread195
4.3.6 viewshowservernames195
4.3.7 viewshowunread195
4.3.8 windowworkspace195
4.3.9 workspaceproperties196
4.3.10 workspacestackreplicaicons196
4.4 窗口操作命令196
4.4.1 fileclosewindow196
4.4.2 reloadwindow196
4.4.3 smarticonsfloating197
4.4.4 smarticonsnextset197
4.4.5 windowmaximize197
4.4.6 windowmaximizeall197
4.4.7 windowminimize197
4.4.8 windowminimizeall198
4.4.9 windowrestore198
4.5 数据库操作命令198
4.5.1 adddatabase198
4.5.2 admindatabaseanalysis198
4.5.3 admindatabasequotas199
4.5.4 designicon199
4.5.5 designrefresh199
4.5.6 designreplace199
4.5.7 designsynopsis199
4.5.8 filedatabaseacl200
4.5.9 filedatabasecompact200
4.5.10 filedatabasecopy200
4.5.11 filedatabasedelete200
4.5.12 filedatabaseinfo200
4.5.13 filedatabaseremove201
4.5.14 filefulltextcreate201
4.5.15 filefulltextdelete201
4.5.16 filefulltextinfo201
4.5.17 filefulltextupdate201
4.5.18 filenewdatabase202
4.5.19 filepagesetup202
4.5.20 publishdatabase202
4.5.21 renamedatabase202
4.5.22 toolsscanunreadchoose203
4.6 数据库复制命令203
4.6.1 adddatabaserepid203
4.6.2 databasereplsettings204
4.6.3 exchangeunreadmarks204
4.6.4 filenewreplica204
4.6.5 replicator204
4.6.6 replicatorreplicatehigh204
4.6.7 replicatorreplicatenext205
4.6.8 replicatorreplicateselected205
4.6.9 replicatorreplicatewithserver205
4.6.10 replicatorstart205
4.6.11 replicatorstop205
4.6.12 toolsreplicate206
4.7 数据库帮助文档命令206
4.7.1 designhelpaboutdocument206
4.7.2 designhelpusingdocument206
4.7.3 helpaboutdatabase206
4.7.4 helpusingdatabase207
4.7.5 openhelpdocument207
4.8 导航器命令208
4.8.1 createellipse208
4.8.2 createnavigator208
4.8.3 createpolygon208
4.8.4 createpolyline208
4.8.5 createrectangle209
4.8.6 createrectangularhotspot209
4.8.7 createtextbox209
4.8.8 navigatorproperties209
4.8.9 navigatortest209
4.8.10 opennavigator210
4.8.11 pastebitmapasbackground210
4.8.12 pastebitmapasobject210
4.8.13 viewnavigatorsfolders210
4.8.14 viewnavigatorsnone211
4.9 视图命令211
4.9.1 createview211
4.9.2 designsharedfields211
4.9.3 designviewappendcolumn211
4.9.4 designviewattributes212
4.9.5 designviewcolumndef212
4.9.6 designvieweditactions212
4.9.7 designviewformformula212
4.9.8 designviewnewcolumn212
4.9.9 designviews213
4.9.10 designviewselectformula213
4.9.11 gouplevel213
4.9.12 openview213
4.9.13 viewbelowfolders214
4.9.14 viewbesidefolders214
4.9.15 viewchange214
4.9.16 viewcollapse215
4.9.17 viewcollapseall215
4.9.18 viewexpand215
4.9.19 viewexpandall216
4.9.20 viewexpandwithchildren216
4.9.21 viewhorizscrollbar216
4.9.22 zoompreview216
4.10 文件夹命令217
4.10.1 choosefolders217
4.10.2 createfolder217
4.10.3 folder217
4.10.4 foldercollapse218
4.10.5 foldercustomize218
4.10.6 folderexpand218
4.10.7 folderexpandall218
4.10.8 folderexpandwithchildren218
4.10.9 foldermove219
4.10.10 folderproperties219
4.10.11 folderrename219
4.11 表单命令219
4.11.1 createcontrolledaccesssection219
4.11.2 createform219
4.11.3 createsubform220
4.11.4 designformattributes220
4.11.5 designformfielddef220
4.11.6 designformnewfield220
4.11.7 designforms220
4.11.8 designformsharefield221
4.11.9 designformusefield221
4.11.10 designformwindowtitle221
4.11.11 formactions221
4.11.12 formtestdocument221
4.11.13 insertsubform222
4.11.14 sectiondefineeditors222
4.11.15 viewswitchform222
4.12 表单中区域布局命令 222
4.12.1 createlayoutregion222
4.12.2 layoutaddgraphic223
4.12.3 layoutaddtext223
4.12.4 layoutelementbringtofront223
4.12.5 layoutelementproperties223
4.12.6 layoutelementsendtoback223
4.12.7 layoutproperties223
4.13 通过视图或文件夹选择文档命令224
4.13.1 editselectbydate224
4.13.2 fileopendatabase224
4.13.3 fileopendbrepid225
4.13.4 movetotrash226
4.13.5 navigatenext226
4.13.6 navigatenexthighlight227
4.13.7 navigatenextmain227
4.13.8 navigatenextselected227
4.13.9 navigatenextunread227
4.13.10 navigateprev228
4.13.11 navigateprevhighlight228
4.13.12 navigateprevmain228
4.13.13 navigateprevselected228
4.13.14 navigateprevunread228
4.13.15 navigatetobacklink229
4.13.16 removefromfolder229
4.13.17 toolscategorize229
4.13.18 toolsmarkallread230
4.13.19 toolsmarkallunread230
4.13.20 toolsmarkselectedread230
4.13.21 toolsmarkselectedunread230
4.13.22 toolsrefreshalldocs231
4.13.23 toolsrefreshselecteddocs231
4.13.24 toolsscanunreadpreferred231
4.13.25 toolsscanunreadselected231
4.13.26 viewshowonlysearchresults231
4.13.27 viewshowonlycategories232
4.13.28 viewshowonlyselected232
4.13.29 viewshowonlyunread232
4.13.30 viewshowsearchbar232
4.14 文档操作命令233
4.14.1 compose233
4.14.2 designdocumentinfo234
4.14.3 editdocument234
4.14.4 editbutton234
4.14.5 editencryptionkeys235
4.14.6 editgotofield235
4.14.7 edithorizscrollbar235
4.14.8 editmakedoclink235
4.14.9 editnextfield235
4.14.10 editopenlink236
4.14.11 editpastespecial236
4.14.12 editprevfield236
4.14.13 editresizepicture236
4.14.14 edituntruncate236
4.14.15 filesavenewversion237
4.14.16 opendocument237
4.14.17 pictureproperties237
4.14.18 refreshparentnote238
4.14.19 showhidelinkpreview238
4.14.20 showhideparentpreview238
4.14.21 showhidepreviewpane238
4.14.22 toolsspellcheck239
4.14.23 v3editnextfield239
4.14.24 v3editprevfield239
4.14.25 viewrefreshfields240
4.14.26 viewshowfieldhelp240
4.14.27 viewshowpagebreaks240
4.14.28 viewshowruler240
4.15 同时适合表单或文档操作的命令241
4.15.1 createsection241
4.15.2 editbottom241
4.15.3 editdown241
4.15.4 editheaderfooter241
4.15.5 editindent242
4.15.6 editindentfirstline242
4.15.7 editinsertbutton242
4.15.8 editinsertobject242
4.15.9 editinsertpagebreak243
4.15.10 editinsertpopup243
4.15.11 editinserttable243
4.15.12 editinserttext244
4.15.13 editright244
4.15.14 editshowhidehiddenchars244
4.15.15 edittabledeleterowcolumn245
4.15.16 edittableformat245
4.15.17 edittableinsertrowcolumn245
4.15.18 edittop246
4.15.19 editup246
4.15.20 hotspotclear246
4.15.21 hotspotproperties246
4.15.22 sectioncollapse247
4.15.23 sectioncollapseall247
4.15.24 sectionexpand247
4.15.25 sectionexpandall247
4.15.26 sectionproperties248
4.15.27 sectionremoveheader248
4.15.28 stylecyclekey248
4.15.29 textaligncenter248
4.15.30 textalignfull248
4.15.31 textalignleft249
4.15.32 textalignnone249
4.15.33 textalignright249
4.15.34 textbold249
4.15.35 textbullet250
4.15.36 textcyclespacing250
4.15.37 textenlargefont250
4.15.38 textfont251
4.15.39 textitalic251
4.15.40 textnormal251
4.15.41 textnumbers251
4.15.42 textoutdent252
4.15.43 textparagraph252
4.15.44 textparagraphstyles252
4.15.45 textpermanentpen253
4.15.46 textreducefont253
4.15.47 textsetfontcolor253
4.15.48 textsetfontface254
4.15.49 textsetfontsize254
4.15.50 textspacingdouble254
4.15.51 textspacingoneandahalf255
4.15.52 textspacingsingle255
4.15.53 textunderline255
4.16 ole 对象的操作与管理命令256
4.16.1 objectdisplayas256
4.16.2 objectopen256
4.16.3 objectproperties256
4.16.4 viewshowobject256
4.17 附件管理命令256
4.17.1 attachmentdetachall256
4.17.2 attachmentlaunch257
4.17.3 attachmentproperties257
4.17.4 attachmentview257
4.17.5 editdetach257
4.17.6 editinsertfileattachment258
4.18 邮件管理命令258
4.18.1 adminsendmailtrace258
4.18.2 adminoutgoingmail259
4.18.3 emptytrash259
4.18.4 mailaddress259
4.18.5 mailcomposememo259
4.18.6 mailforward259
4.18.7 mailforwardasattachment260
4.18.8 mailopen260
4.18.9 mailscanunread260
4.18.10 mailsend260
4.18.11 replicatorsendmail260
4.18.12 replicatorsendreceivemail261
4.18.13 toolssetupmail261
4.19 日历管理命令261
4.19.1 calendarformat261
4.19.2 calendargoto262
4.19.3 findfreetimedialog262
4.19.4 opencalendar263
4.20 操作与代理命令264
4.20.1 createaction264
4.20.2 agentedit264
4.20.3 agentenabledisable264
4.20.4 agentlog265
4.20.5 agentrun265
4.20.6 agentsetservername265
4.20.7 agenttestrun265
4.20.8 createagent266
4.20.9 designmacros266
4.20.10 toolsrunbackgroundmacros266
4.20.11 toolsrunmacro266
4.21 菜单命令267
4.21.1 editclear267
4.21.2 editcopy267
4.21.3 editcut267
4.21.4 editdeselectall268
4.21.5 editfind268
4.21.6 editfindinpreview268
4.21.7 editfindnext268
4.21.8 editleft269
4.21.9 editlinks269
4.21.10 editpaste269
4.21.11 editselectall270
4.21.12 editundo270
4.21.13 fileexit270
4.21.14 fileexport270
4.21.15 fileimport271
4.21.16 fileprint272
4.21.17 fileprintsetup273
4.21.18 filesave273
4.21.19 refreshhideformulas273
4.21.20 showproperties274
4.22 web相关操作与管理命令274
4.22.1 addbookmark274
4.22.2 openframeset274
4.22.3 openpage275
4.23 个人和群组管理命令275
4.23.1 admincreategroup275
4.23.2 adminidfileclearpassword275
4.23.3 adminidfileexamine276
4.23.4 adminidfilesetpassword276
4.23.5 adminopengroupsview276
4.23.6 adminopenusersview276
4.23.7 adminregisterfromfile277
4.23.8 adminregisterserver277
4.23.9 adminregisteruser277
4.23.10 mailrequestnewname277
4.23.11 mailrequestnewpublickey277
4.23.12 mailsendcertificaterequest278
4.23.13 mailsendencryptionkey278
4.23.14 mailsendpublickey278
4.23.15 useridcertificates278
4.23.16 useridclearpassword279
4.23.17 useridcreatesafecopy279
4.23.18 useridencryptionkeys279
4.23.19 useridinfo279
4.23.20 useridmergecopy279
4.23.21 useridsetpassword280
4.23.22 useridswitch280
4.23.23 viewcertify280
4.23.24 viewmovename280
4.23.25 viewrenameperson280
4.24 验证管理命令281
4.24.1 admincertify281
4.24.2 admincrosscertifyidfile281
4.24.3 admincrosscertifykey281
4.24.4 adminopencertlog281
4.24.5 adminneworganization282
4.24.6 adminneworgunit282
4.24.7 mailrequestcrosscert282
4.24.8 toolsuserlogoff282
第5章 lotusscript语言的使用基本知识与
样例283
5.1 lotusscript基本知识283
5.1.1 lotusscript的描述283
5.1.2 lotusscript类描述285
5.1.3 lotusscript编辑器286
5.1.4 lotusscript调试器286
5.2 数据管理287
5.2.1 script和声明 287
5.2.2 识别语言元素287
5.2.3 数据类型288
5.2.4 数组管理292
5.3 条件分支语句295
5.3.1 if声明语句295
5.3.2 select case声明语句296
5.3.3 do loops 和while...wend
声明语句297
5.4 访问文档298
5.4.1 notes包容模型298
5.4.2 表单299
5.4.3 数据库文档操作300
5.5 前台和后台同步305
5.6 lotusscript编程技巧和考虑306
5.6.1 将lotusscript代码结构化306
5.6.2 使用连续变量名307
5.6.3 改善表单性能308
5.6.4 使用保留域309
5.6.5 使用script库310
5.6.6 使用模板数据库310
5.7 domino r5.0的新domino对象311
第6章 lotusscript 类描述与样例317
6.1 button 类317
6.1.1 button类描述317
6.1.2 button事件描述317
6.2 field 类318
6.2.1 field类描述318
6.2.2 field事件描述318
6.3 navigator 类318
6.3.1 navigator类描述318
6.3.2 navigator事件描述319
6.4 notesacl 类319
6.4.1 notesacl类描述322
6.4.2 notesacl属性描述323
6.4.3 成员函数描述325
6.5 notesaclentry 类328
6.5.1 notesaclentry类描述337
6.5.2 notesaclentry 属性描述339
6.5.3 成员函数描述346
6.6 notesagent 类347
6.6.1 notesagent 类描述350
6.6.2 notesagent 属性描述350
6.6.3 notesagent成员函数描述356
6.7 notesdatabase 类357
6.7.1 notesdatabase 类描述358
6.7.2 notesdatabase 属性描述361
6.7.3 notesdatabase 成员函数描述372
6.8 notesdaterange 类391
6.8.1 notesdaterange 类描述392
6.8.2 notesdaterange 类的属性描述393
6.9 notesdatetime 类394
6.9.1 notesdatetime 类描述397
6.9.2 notesdatetime 类的属性描述398
6.9.3 notesdatetime成员函数描述401
6.10 notesdbdirectory 类406
6.10.1 notesdbdirectory 类描述407
6.10.2 notesdbdirectory属性描述407
6.10.3 notesdbdirectory成员函数描述408
6.11 notesdocument 类409
6.11.1 notesdocument 类描述411
6.11.2 notesdocument属性描述413
6.11.3 notesdocument类成员函数描述426
6.12 notesdocumentcollection 类437
6.12.1 notesdocumentcollection 类描述438
6.12.2 notesdocumentcollection类属性
描述440
6.12.3 notesdocumentcollection类的成员
函数描述441
6.13 notesembeddedobject 类446
6.13.1 notesembeddedobject 类描述 447
6.13.2 notesembeddedobject对象描述448
6.13.3 notesembeddedobject成员函数
描述452
6.14 notesform 类453
6.14.1 notesform 类描述454
6.14.2 notesform属性描述455
6.14.3 notesform成员函数描述458
6.15 notesinternational 类458
6.15.1 notesinternational 类描述459
6.15.2 notesinternational 类的属性描述460
6.16 notesitem 类466
6.16.1 notesitem 类描述 466
6.16.2 notesitem属性描述469
6.16.3 notesitem成员函数描述475
6.17 noteslog 类476
6.17.1 noteslog 类描述480
6.17.2 noteslog属性描述481
6.17.3 noteslog成员函数描述484
6.18 notesname 类487
6.18.1 notesname 类描述488
6.18.2 notesname 类属性描述488
6.19 notesnewsletter 类496
6.19.1 notesnewsletter 类描述497
6.19.2 notesnewsletter属性描述498
6.19.3 notesnewsletter成员函数描述499
6.20 notesoutline类501
6.20.1 notesoutline类描述505
6.20.2 notesoutline属性描述505
6.20.3 notesoutline成员函数描述506
6.21 notesoutlineentry类 510
6.21.1 notesoutlineentry类描述510
6.21.2 notesoutlineentry属性描述511
6.21.3 notesoutlineentry成员函数描述516
6.22 notesregistration 类517
6.22.1 notesregistration 类描述518
6.22.2 notesregistration 类属性描述519
6.22.3 notesregistration类的成员函数
描述523
6.23 notesreplication 类529
6.23.1 notesreplication 类描述532
6.23.2 notesreplication类的属性描述532
6.23.3 notesreplication类的成员函数
描述535
6.24 notesrichtextitem类535
6.24.1 notesrichtextitem 类描述537
6.24.2 notesrichtextitem类的属性描述538
6.24.3 notesrichtextitem类的成员函数
描述538
6.25 notesrichtextparagraphstyle 类542
6.25.1 notesrichtextparagraphstyle类
描述546
6.25.2 notesrichtextparagraphstyle类的属
性描述546
6.25.3 notesrichtextparagraphstyle类的成
员函数描述550
6.26 notesrichtextstyle 类551
6.26.1 notesrichtextstyle 类描述554
6.26.2 notesrichtextstyle类的属性描述555
6.27 notesrichtexttab 类558
6.27.1 notesrichtexttab 类描述558
6.27.2 notesrichtexttab类的属性描述559
6.27.3 notesrichtexttab类的成员函数
描述559
6.28 notessession 类559
6.28.1 notessession 类描述560
6.28.2 notessession类的属性描述561
6.28.3 notessession类的成员函数描述566
6.29 notestimer 类572
6.29.1 notestimer 类描述574
6.29.2 notestimer类的属性描述574
6.29.3 notestimer类的事件描述575
6.30 notesuidatabase 类576
6.30.1 notesuidatabase 类描述576
6.30.2 notesuidatabase类的属性描述576
6.30.3 notesuidatabase 类的成员函数
描述577
6.30.4 notesuidatabase 类的事件描述577
6.31 notesuidocument 类580
6.31.1 notesuidocument 类描述580
6.31.2 notesuidocument类的属性描述581
6.31.3 notesuidocument类的成员函数
描述586
6.31.4 notesuidocument类的事件描述599
6.32 notesuiview 类601
6.32.1 notesuiview 类描述603
6.32.2 notesuiview类的属性描述603
6.32.3 notesuiview类的成员函数描述605
6.32.4 notesuiview类的事件描述606
6.33 notesuiworkspace 类610
6.33.1 notesuiworkspace 类描述610
6.33.2 notesuiworkspace类的属性描述611
6.33.3 notesuiworkspace类的成员函数
描述612
6.34 notesview 类621
6.34.1 notesview 类描述623
6.34.2 notesview类的属性描述624
6.34.3 notesview类的成员函数描述632
6.35 notesviewcolumn 类640
6.35.1 notesviewcolumn 类描述643
6.35.2 notesviewcolumn类的属性描述643
6.36 notesviewentry 类653
6.36.1 notesviewentry 类描述655
6.36.2 notesviewentry类的属性描述656
6.36.3 notesviewentry类的成员函数描述661
6.37 notesviewentrycollection 类661
6.37.1 notesviewentrycollection 类描述663
6.37.2 notesviewentrycollection类的属
性描述664
6.37.3 notesviewentrycollection类的成员
函数描述664
6.38 notesviewnavigator 类669
6.38.1 notesviewnavigator 类描述670
6.38.2 notesviewnavigator类的属性描述670
6.38.3 notesviewnavigator类的成员函数
描述671
6.39 odbcconnection 类677
6.39.1 odbcconnection 类描述680
6.39.2 odbcconnection 类的属性描述681
6.39.3 odbcconnection 类的成员函数
描述682
6.40 odbcquery 类686
6.40.1 odbcquery 类描述686
6.40.2 odbcquery 类的属性描述687
6.40.3 odbcquery类的成员函数描述688
6.41 odbcresultset 类690
6.41.1 odbcresultset 类描述690
6.41.2 odbcresultset类的属性描述691
6.41.3 odbcresultset类的成员函数描述694

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...