Apple_Exporter\Components\Quote::set_anchor PHP Method

set_anchor() private method

Sets the anchor settings for this component.
private set_anchor ( )
    private function set_anchor()
    {
        $this->set_anchor_position(Component::ANCHOR_AUTO);
        $this->json['anchor'] = array('targetComponentIdentifier' => 'pullquoteAnchor', 'originAnchorPosition' => 'top', 'targetAnchorPosition' => 'top', 'rangeStart' => 0, 'rangeLength' => 10);
    }