我试图在我的标题中插入一个图像。还行。现在我想把图片居中,但我只是卡住了。
$requests[] = new \Google_Service_Docs_Request(array(
'insertInlineImage' => array(
'uri' => 'https://myPicture.png',
'location' => array(
'segmentId' => $document->getDocumentStyle()->getDefaultHeaderId(),
'index' => 0
),
),
));
有只小跳蛙