Interface ICSSPageRule
Interface ICSSPageRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
อินเตอร์เฟส CSSPageRule แทนกฎ @page ภายในสไตล์ชีท CSS กฎ @page ใช้เพื่อระบุขนาด, ทิศทาง, ขอบ, ฯลฯ ของกล่องหน้า สำหรับสื่อที่มีการแบ่งหน้า
[DOMObject]
[DOMName("CSSPageRule")]
[ComVisible(true)]
public interface ICSSPageRule : ICSSRule
Implements
Properties
SelectorText
การแทนค่าข้อความที่สามารถแยกวิเคราะห์ได้ของตัวเลือกหน้า สำหรับกฎนี้
[DOMName("selectorText")]
string SelectorText { get; set; }
Property Value
Style
บล็อกการประกาศของกฎนี้
[DOMName("style")]
ICSSStyleDeclaration Style { get; }