<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PageCaption</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link id="style" href="../css/docs.dark.css" rel="stylesheet"> <script> document.getElementById("style").href = "../css/docs." + (localStorage.getItem("theme") || "light") + ".css"; </script> <link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" rel="stylesheet"> </head> <body> <div id="main_div"><ul class="horizontal"><li><a href="../index.html">API</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="index.html">Types</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="page_caption.html">PageCaption</a></li></ul><h1>PageCaption</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../constructors/page_caption.html">PageCaption</a></td></tr></table><h3>Requests returning this type</h3><p>No request returns this type.</p><table></table><h3>Requests accepting this type as input</h3><p>No request accepts this type as an input parameter.</p><table></table><h3>Other types containing this type</h3><p>You can find this type as a member of any of the following 8 types.</p><table><tr><td><a href="../constructors/page_block_audio.html">PageBlockAudio</a></td><td><a href="../constructors/page_block_collage.html">PageBlockCollage</a></td></tr><tr><td><a href="../constructors/page_block_embed.html">PageBlockEmbed</a></td><td><a href="../constructors/page_block_embed_post.html">PageBlockEmbedPost</a></td></tr><tr><td><a href="../constructors/page_block_map.html">PageBlockMap</a></td><td><a href="../constructors/page_block_photo.html">PageBlockPhoto</a></td></tr><tr><td><a href="../constructors/page_block_slideshow.html">PageBlockSlideshow</a></td><td><a href="../constructors/page_block_video.html">PageBlockVideo</a></td></tr></table></div></body></html>