StoryFragment Class
Inheritance
System.Object
StoryFragment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class StoryFragment
Constructors
StoryFragment()
Declaration
public StoryFragment()
Properties
FragmentName
Declaration
public string FragmentName { get; set; }
Property Value
Type |
---|
System.String |
FragmentType
Declaration
public FragmentType FragmentType { get; set; }
Property Value
Type |
---|
FragmentType |
Items
Declaration
public object[] Items { get; set; }
Property Value
Type |
---|
System.Object[] |
StoryBreak
Declaration
public Break StoryBreak { get; set; }
Property Value
Type |
---|
Break |
StoryBreak1
Declaration
public Break StoryBreak1 { get; set; }
Property Value
Type |
---|
Break |
StoryName
Declaration
public string StoryName { get; set; }
Property Value
Type |
---|
System.String |