Uses of Class
javax.swing.text.html.HTML.Attribute
-
Packages that use HTML.Attribute 软件包 描述 javax.swing.text.html 提供类HTMLEditorKit和支持类创建HTML文本编辑器。 -
-
Uses of HTML.Attribute in javax.swing.text.html
Fields in javax.swing.text.html declared as HTML.Attribute Modifier and Type Field 描述 static HTML.AttributeHTML.Attribute. ACTION属性“动作”static HTML.AttributeHTML.Attribute. ALIGN属性“对齐”static HTML.AttributeHTML.Attribute. ALINK属性“alink”static HTML.AttributeHTML.Attribute. ALT属性“alt”static HTML.AttributeHTML.Attribute. ARCHIVE属性“档案”static HTML.AttributeHTML.Attribute. BACKGROUND属性“背景”static HTML.AttributeHTML.Attribute. BGCOLOR属性“bgcolor”static HTML.AttributeHTML.Attribute. BORDER属性“边界”static HTML.AttributeHTML.Attribute. CELLPADDING属性“cellpadding”static HTML.AttributeHTML.Attribute. CELLSPACING属性“cellspacing”static HTML.AttributeHTML.Attribute. CHECKED属性“已检查”static HTML.AttributeHTML.Attribute. CLASS属性“类”static HTML.AttributeHTML.Attribute. CLASSID属性“classid”static HTML.AttributeHTML.Attribute. CLEAR属性“清除”static HTML.AttributeHTML.Attribute. CODE属性“代码”static HTML.AttributeHTML.Attribute. CODEBASE属性“codebase”static HTML.AttributeHTML.Attribute. CODETYPE属性“codetype”static HTML.AttributeHTML.Attribute. COLOR属性“颜色”static HTML.AttributeHTML.Attribute. COLS属性“cols”static HTML.AttributeHTML.Attribute. COLSPAN属性“colspan”static HTML.AttributeHTML.Attribute. COMMENT属性“评论”static HTML.AttributeHTML.Attribute. COMPACT属性“紧凑”static HTML.AttributeHTML.Attribute. CONTENT属性“内容”static HTML.AttributeHTML.Attribute. COORDS属性“协调”static HTML.AttributeHTML.Attribute. DATA属性“数据”static HTML.AttributeHTML.Attribute. DECLARE属性“声明”static HTML.AttributeHTML.Attribute. DIR属性“dir”static HTML.AttributeHTML.Attribute. DUMMY属性“虚拟”static HTML.AttributeHTML.Attribute. ENCTYPE属性“enctype”static HTML.AttributeHTML.Attribute. ENDTAG属性“endtag”static HTML.AttributeHTML.Attribute. FACE属性“脸”static HTML.AttributeHTML.Attribute. FRAMEBORDER属性“frameborder”static HTML.AttributeHTML.Attribute. HALIGN属性“halign”static HTML.AttributeHTML.Attribute. HEIGHT属性“height”static HTML.AttributeHTML.Attribute. HREF属性“href”static HTML.AttributeHTML.Attribute. HSPACE属性“hspace”static HTML.AttributeHTML.Attribute. HTTPEQUIV属性“http-equiv”static HTML.AttributeHTML.Attribute. ID属性“id”static HTML.AttributeHTML.Attribute. ISMAP属性“ismap”static HTML.AttributeHTML.Attribute. LANG属性“lang”static HTML.AttributeHTML.Attribute. LANGUAGE属性“语言”static HTML.AttributeHTML.Attribute. LINK属性“链接”static HTML.AttributeHTML.Attribute. LOWSRC属性“lowsrc”static HTML.AttributeHTML.Attribute. MARGINHEIGHT属性“marginheight”static HTML.AttributeHTML.Attribute. MARGINWIDTH属性“marginwidth”static HTML.AttributeHTML.Attribute. MAXLENGTH属性“maxlength”static HTML.AttributeHTML.Attribute. METHOD属性“方法”static HTML.AttributeHTML.Attribute. MULTIPLE属性“多”static HTML.AttributeHTML.Attribute. N属性“n”static HTML.AttributeHTML.Attribute. NAME属性“名称”static HTML.AttributeHTML.Attribute. NOHREF属性“nohref”static HTML.AttributeHTML.Attribute. NORESIZE属性“noresize”static HTML.AttributeHTML.Attribute. NOSHADE属性“noshade”static HTML.AttributeHTML.Attribute. NOWRAP属性“nowrap”static HTML.AttributeHTML.Attribute. PROMPT属性“提示”static HTML.AttributeHTML.Attribute. REL属性“rel”static HTML.AttributeHTML.Attribute. REV属性“rev”static HTML.AttributeHTML.Attribute. ROWS属性“行”static HTML.AttributeHTML.Attribute. ROWSPAN属性“rowspan”static HTML.AttributeHTML.Attribute. SCROLLING属性“滚动”static HTML.AttributeHTML.Attribute. SELECTED属性“已选”static HTML.AttributeHTML.Attribute. SHAPE属性“形”static HTML.AttributeHTML.Attribute. SHAPES属性“形状”static HTML.AttributeHTML.Attribute. SIZE属性“大小”static HTML.AttributeHTML.Attribute. SRC属性“src”static HTML.AttributeHTML.Attribute. STANDBY属性“待机”static HTML.AttributeHTML.Attribute. START属性“开始”static HTML.AttributeHTML.Attribute. STYLE属性“风格”static HTML.AttributeHTML.Attribute. TARGET属性“目标”static HTML.AttributeHTML.Attribute. TEXT属性“文字”static HTML.AttributeHTML.Attribute. TITLE属性“标题”static HTML.AttributeHTML.Attribute. TYPE属性“类型”static HTML.AttributeHTML.Attribute. USEMAP属性“usemap”static HTML.AttributeHTML.Attribute. VALIGN属性“valign”static HTML.AttributeHTML.Attribute. VALUE属性“值”static HTML.AttributeHTML.Attribute. VALUETYPE属性“值类型”static HTML.AttributeHTML.Attribute. VERSION属性“版本”static HTML.AttributeHTML.Attribute. VLINK属性“vlink”static HTML.AttributeHTML.Attribute. VSPACE属性“vspace”static HTML.AttributeHTML.Attribute. WIDTH属性“width”Methods in javax.swing.text.html that return HTML.Attribute Modifier and Type 方法 描述 static HTML.Attribute[]HTML. getAllAttributeKeys()返回识别的HTML属性集。static HTML.AttributeHTML. getAttributeKey(String attName)获取一个众所周知的属性名称的属性常量(即集合{FACE,COMMENT,SIZE,COLOR,CLEAR,BACKGROUND,BGCOLOR,TEXT,LINK,VLINK,ALINK,WIDTH,HEIGHT,ALIGN,NAME ,HREF,REL,REV,TITLE,TARGET,SHAPE,COORDS,ISMAP,NOHREF,ALT,ID,SRC,HSPACE,VSPACE,USEMAP,LOWSRC,CODEBASE,CODE,ARCHIVE,VALUE,VALUETYPE,TYPE,CLASS,STYLE,LANG ,DIR,DECLARE,CLASSID,DATA,CODETYPE,STANDBY,BORDER,SHAPES,NOSHADE,COMPACT,START,ACTION,METHOD,ENCTYPE,CHECKED,MAXLENGTH,MULTIPLE,SELECTED,ROWS,COLS,DUMMY,CELLSPACING,CELLPADDING,VALIGN,HALIGN ,NOWRAP,ROWSPAN,COLSPAN,PROMPT,HTTPEQUIV,CONTENT,LANGUAGE,VERSION,N,FRAMEBORDER,MARGINWIDTH,MARGINHEIGHT,SCROLLING,NORESIZE,MEDIA,ENDTAG})。Methods in javax.swing.text.html with parameters of type HTML.Attribute Modifier and Type 方法 描述 static intHTML. getIntegerAttributeValue(AttributeSet attr, HTML.Attribute key, int def)获取整数属性值。
-