Searched refs:PageContent (Results 1 – 6 of 6) sorted by relevance
38 void PageContent(CFXJSE_Arguments* pArguments);
344 void CScript_LayoutPseudoModel::PageContent(CFXJSE_Arguments* pArguments) { in PageContent() function in CScript_LayoutPseudoModel
233 (XFA_METHOD_CALLBACK)&CScript_LayoutPseudoModel::PageContent},
25 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; enumerator
250 pKid->m_Type = CPDF_StructKid::PageContent; in LoadKid()
40 foreach (System.Windows.Documents.PageContent pc in dp.Pages) { in convert()