Class RtfProtectionSetting
- Namespace
- iTextSharp.text.rtf.document
- Assembly
- iTextSharp.LGPLv2.Core.dll
The RtfProtectionSetting handles document protection elements @version $Id: RtfProtectionSetting.cs,v 1.2 2008/05/13 11:25:50 psoares33 Exp $ @author Howard Shank (hgshank@yahoo.com) @since 2.1.1
public class RtfProtectionSetting : RtfElement, IRtfBasicElement, IRtfElementInterface
- Inheritance
-
RtfProtectionSetting
- Implements
- Inherited Members
Constructors
RtfProtectionSetting(RtfDocument)
Constructs a RtfProtectionSetting belonging to a RtfDocument @since 2.1.1 @author Howard Shank (hgshank@yahoo.com)
public RtfProtectionSetting(RtfDocument doc)
Parameters
doc
RtfDocumentThe RtfDocument this RtfProtectionSetting belongs to
Methods
WriteContent(Stream)
Writes the RTF protection control words @since 2.1.1 @author Howard Shank (hgshank@yahoo.com)
public override void WriteContent(Stream outp)
Parameters
outp
Stream
WriteDefinition(Stream)
Writes the RTF protection control words @since 2.1.1 @author Howard Shank (hgshank@yahoo.com)
public virtual void WriteDefinition(Stream result)
Parameters
result
Stream