Searched refs:GetAnnotDict (Results 1 – 10 of 10) sorted by relevance
536 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot537 return m_pAnnot->GetAnnotDict(); in GetAnnotDict()544 m_pAnnot->GetAnnotDict()->SetAtRect("Rect", rect); in SetRect()570 return m_pAnnot->GetAnnotDict()->GetDict("AP") != NULL; in IsAppearanceValid()574 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDict("AP"); in IsAppearanceValid()604 m_pAnnot->GetAnnotDict()->RemoveAt("Contents"); in SetContents()606 m_pAnnot->GetAnnotDict()->SetAtString("Contents", in SetContents()611 return m_pAnnot->GetAnnotDict()->GetUnicodeText("Contents"); in GetContents()616 m_pAnnot->GetAnnotDict()->RemoveAt("NM"); in SetAnnotName()618 m_pAnnot->GetAnnotDict()->SetAtString("NM", PDF_EncodeText(sName)); in SetAnnotName()[all …]
69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot()84 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot()
286 pRectArray = pAnnot->GetAnnotDict()->GetArray("Rect"); in FPDFPage_TransformAnnots()293 pAnnot->GetAnnotDict()->SetAt("Rect", pRectArray); in FPDFPage_TransformAnnots()
102 pPDFAnnot->GetAnnotDict()->SetAtString("M", curTime.ToPDFDateTimeString()); in Annot_OnCreate()103 pPDFAnnot->GetAnnotDict()->SetAtNumber("F", 0); in Annot_OnCreate()424 pInterForm->GetInterForm(), pAnnot->GetAnnotDict()); in NewAnnot()
462 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDict("AP"); in IsWidgetAppearanceValid()516 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict()); in GetFieldFlags()535 return pPDFInterForm->GetControlByDict(GetAnnotDict()); in GetFormControl()1849 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDict("AP");1874 if (CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDict("AP")) {
782 CPDF_Dictionary* pAnnotDic = pAnnot->GetAnnotDict();881 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
140 CPDF_Dictionary* GetAnnotDict() const;
22 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()
73 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in DisplayPass()
396 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict; } in GetAnnotDict() function397 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict; } in GetAnnotDict() function