FontsManagerFontSubstRuleList Property |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IFontSubstRuleCollection FontSubstRuleList { get; set; }
Public Property FontSubstRuleList As IFontSubstRuleCollection
Get
Set
public:
virtual property IFontSubstRuleCollection^ FontSubstRuleList {
IFontSubstRuleCollection^ get () sealed;
void set (IFontSubstRuleCollection^ value) sealed;
}
abstract FontSubstRuleList : IFontSubstRuleCollection with get, set
override FontSubstRuleList : IFontSubstRuleCollection with get, set
Property Value
Type:
IFontSubstRuleCollectionImplements
IFontsManagerFontSubstRuleList
See Also