CDATA
This element has common and Role attributes.
Name | Value(s) | Type | Default Value |
---|---|---|---|
Align | (Left |Right |Center) | #IMPLIED | |
Depth | NUTOKEN | #IMPLIED | |
EntityRef | ENTITY | #IMPLIED | |
FileRef | CDATA | #IMPLIED | |
Format | (BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI | EPS | EQN | FAX | GIF | GIF87a | GIF89a | IGES | PCX | PIC | PS | SGML | TBL | TEX | TIFF | WMF | WPG | linespecific ) | NOTATION | #IMPLIED |
Scale | NUMBER | #IMPLIED | |
Scalefit | NUMBER | #IMPLIED | |
SrcCredit | CDATA | #IMPLIED | |
Width | NUTOKEN | #IMPLIED |
Graphical data, or a pointer to an external entity containing such data, and is to be rendered in-line. InlineGraphic has common, Format, Fileref, Entityref, and SrcCredit attributes, and also the graphics scaling attributes Width, Depth, Align, Scale, and Scalefit, for which see Graphic.
If data is given as the content of InlineGraphic, both Entityref and Fileref, if present at all, should be ignored, but a Format value should be provided and used. If no data is given as the content of Graphic and a value for Entityref is given, the values of Fileref and Format, if provided, should be ignored. Finally, if there is no content for Graphic and Entityref is absent or null, Fileref must be used.
Unlike Graphic, InlineGraphic should cause no line break that would not occur for proper line justification.
These elements contain InlineGraphic: Abbrev, Accel, Ackno, Acronym, Action, Application, ArtPageNums, Attribution, AuthorInitials, BiblioMisc, BridgeHead, Citation, CiteTitle, City, ClassName, CollabName, Command, Comment, ComputerOutput, ConfDates, ConfNum, ConfSponsor, ConfTitle, ContractNum, ContractSponsor, Contrib, CorpAuthor, CorpName, Country, Database, Date, Edition, Email, Emphasis, EnVar, ErrorCode, ErrorName, ErrorType, Fax, Filename, FirstName, FirstTerm, ForeignPhrase, FuncParams, FuncSynopsisInfo, Function, GUIButton, GUIIcon, GUILabel, GUIMenu, GUIMenuItem, GUISubmenu, GlossSee, GlossSeeAlso, GlossTerm, Hardware, Holder, Honorific, ISBN, ISSN, Interface, InterfaceDefinition, InvPartNumber, IssueNum, JobTitle, KeyCap, KeyCode, KeySym, LineAnnotation, Lineage, Link, Literal, LiteralLayout, LoTentry, ManVolNum, Markup, MediaLabel, Member, ModeSpec, MouseButton, MsgAud, MsgLevel, MsgOrig, OLink, Option, Optional, OrgDiv, OrgName, OtherAddr, OtherName, POB, PageNums, Para, Parameter, Phone, Phrase, Postcode, Primary, PrimaryIE, ProductName, ProductNumber, ProgramListing, Prompt, Property, PubDate, PublisherName, PubsNumber, Quote, RefEntryTitle, RefMiscInfo, ReleaseInfo, Replaceable, ReturnValue, RevNumber, RevRemark, SGMLTag, Screen, ScreenInfo, Secondary, SecondaryIE, See, SeeAlso, SeeAlsoIE, SeeIE, Seg, SegTitle, SeriesVolNums, ShortAffil, SimPara, State, Street, StructField, StructName, Subscript, Subtitle, Superscript, Surname, Symbol, Synopsis, SystemItem, Term, Tertiary, TertiaryIE, Title, TitleAbbrev, ToCback, ToCentry, ToCfront, Token, Trademark, Type, ULink, UserInput, VolumeNum, WordAsWord, Year, entry.
EntityRef holds the name of an external entity containing the content of the graphic.
FileRef holds the filename, qualified by a pathname if desired, designating as file containing the content of the graphic.
Line ends and leading white space must be preserved in output.
SrcCredit holds information about the source of the graphic or LoTentry, as for use in a list of illustrations.
Width indicates the width of the longest line in the element to which it pertains, in number of characters.
Depth indicates the desired depth of the repro area.
Align indicates the horizontal alignment of the graphic within the repro area.
Scale provides an integer representing a percentage scaling factor (retaining the relative dimensions of the original graphic). The #IMPLIED default is 100 (percent).
Scalefit is a Boolean toggle for scaling to fit the desired width and/or depth. 0=no, 1=yes. If "yes", the graphic should be scaled using the same factor both horizontally and vertically. If the proportions of the graphic differ from those of the reproduction area, some white space will be left within the reproduction area. The #IMPLIED default is 0 ("no").