giftigo.blogg.se

Word framer
Word framer









word framer

The following Visual Basic example displays the names of the four frames defined in the preceding HTML example. If MyFrameset is a Frameset object corresponding to the outermost $gt FRAMESET$gt tags in the preceding HTML example, MyFrameset.ChildFramesetItem(1) returns a Frameset object of type wdFramesetTypeFrame that corresponds to the frame named "top." Similarly, MyFrameset.ChildFramesetItem(2) returns a Frameset object of type wdFramesetTypeFrameset, itself containing two Frameset objects: the first object corresponds to the frame named "left," the second is of type wdFramesetTypeFrameset.įrameset objects of type wdFramesetTypeFrame have no child frames, while objects of wdFramesetTypeFrameset have at least one.

word framer

Returns a Frameset object corresponding to the n th first-level the ChildFramesetItem and ParentFrameset properties to traverse the hierarchy of Frameset objects. Traversing the Frameset Object Hierarchyīecause frames pages are defined as a hierarchical set of HTML tags, the object model for accessing Frameset objects is also hierarchical. Properties beginning with "Frame" apply to Frameset objects of type wdFramesetTypeFrame ( FrameDefaultURL, FrameDisplayBorders, FrameLinkToFile, FrameName, FrameResizable, and FrameScrollBarType). Properties beginning with "Frameset" apply to Frameset objects of type wdFramesetTypeFrameset ( FramesetBorderColor and FramesetBorderWidth. Each Frameset object is either of type wdFramesetTypeFrameset or wdFramesetTypeFrame, which represent the HTML tags and respectively. The Frameset object encompasses the functionality of both tags.

word framer

To better understand the preceding HTML example, paste the example into a blank text document, rename the document "framespage.htm", and open the document in Word or in a Web browser. That frameset contains two frames, one on top of the other. That frameset contains a frame on the left and a frameset on the right. For example, the following HTML creates a frameset with a frame on top and a frameset immediately below it. A frameset can contain both frames and other framesets. In HTML, frames pages and the frames they contain are built using a hierarchical set of and tags. The Visual Basic object model for working with frames and frames pages is best understood by examining their HTML tags.

#Word framer series#

For information about creating frames and frames pages in the Word user interface, see Word Help.įrames and frames pages are created with a series of HTML tags. A frame on a frames page can also point to another frames page. A frames page, also called a frameset, is a Web page that is divided into two or more sections, each of which points to another Web page. In Word, you can use frames in your Web page design to make your information organized and easy to access.











Word framer