We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AppearanceCharacteristics::alternate_caption
1 parent 61e0920 commit 2bd7f43Copy full SHA for 2bd7f43
1 file changed
src/annotations.rs
@@ -478,7 +478,7 @@ impl AppearanceCharacteristics<'_> {
478
479
/// Write the `/AC` attribute. This sets the widget annotation's alternate
480
/// (down) caption. Only permissible for push button fields.
481
- pub fn alterante_caption(&mut self, caption: TextStr) -> &mut Self {
+ pub fn alternate_caption(&mut self, caption: TextStr) -> &mut Self {
482
self.pair(Name(b"AC"), caption);
483
self
484
}
0 commit comments