w:frame
Single Frame Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Frame
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:sz [0..1] Frame Size
- w:name [0..1] Frame Name
- w:sourceFileName [0..1] Source File for Frame
- w:marW [0..1] Left and Right Margin for Frame
- w:marH [0..1] Top and Bottom Margin for Frame
- w:scrollbar [0..1] Scrollbar Display Option
- w:noResizeAllowed [0..1] Frame Cannot Be Resized
- w:linkedToFile [0..1] Maintain Link to Existing File
Attributes
None
Used in
- Type w:CT_Frameset (Elements w:frameset, w:frameset)
Sample instance
<w:frame> <w:sz w:val="string"/> <w:name w:val="string"/> <w:sourceFileName r:id="string"/> <w:marW w:val="1"/> <w:marH w:val="1"/> <w:scrollbar w:val="on"/> <w:noResizeAllowed/> <w:linkedToFile/> </w:frame>