Frameset

Overview

Frameset is a class in Aspose.Words FOSS for .NET.

Represents a frames page or a single frame on a frames page.

Properties: ChildFramesets, FrameDefaultUrl, IsFrameLinkToFile.

Properties

NameTypeAccessDescription
FrameDefaultUrlstringRead/WriteGets or sets the web page URL or document file name to display in this frame.
IsFrameLinkToFileboolRead/WriteGets or sets a value indicating whether the web page or document file name specified in the FrameDefaultUrl property is an external resource the frame is linked with.
ChildFramesetsFramesetCollectionReadGets the collection of child frames and frames pages.

See Also