Searched refs:FPDFAnnot_GetStringValue (Results 1 – 3 of 3) sorted by relevance
42 std::string FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetStringValue() function43 return GetUtf8Result<FPDF_WCHAR>(std::bind(::FPDFAnnot_GetStringValue, annot, key, in FPDFAnnot_GetStringValue()
30 std::string FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
403 std::string value = pdfClient_utils::FPDFAnnot_GetStringValue(annotation, "TU"); in GetAccessibilityLabel()406 value = pdfClient_utils::FPDFAnnot_GetStringValue(annotation, "T"); in GetAccessibilityLabel()416 return pdfClient_utils::FPDFAnnot_GetStringValue(annotation, "V"); in GetReadOnlyTextValue()