RedactAnnotation

Resumo geral

RedactAnnotation é um tipo em Aspose.PDF FOSS para Go.

RedactAnnotation marca regiões para redacção.

Este tipo fornece 12 métodos para trabalhar com objetos RedactAnnotation em programas Go. Os métodos disponíveis incluem: AnnotationType, InteriorColor, OverlayText, OverlayTextStyle, QuadPoints, RegenerateAppearance, RepeatOverlayText, SetInteriorColor, SetOverlayText, SetOverlayTextStyle, SetQuadPoints, SetRepeatOverlayText. Todos os membros do público são acessíveis a qualquer aplicação Go após instalar o pacote Aspose.PDF FOSS for Go.

Métodos de avaliação

AssinaturaDescrição:
AnnotationType()AnnotationTypeRetorna o tipo de anotação.
QuadPoints()[]QuadPointQuadPoints retorna as regiões para redigir no espaço de página.
SetQuadPoints(qp: []QuadPoint)SetQuadPoints escreve /QuadPoints.
RegenerateAppearance()RegenerateAppearance força a /AP/N para ser reconstruída.
InteriorColor()*ColorInteriorColor retorna a cor de preenchimento /IC (usada tanto para marca visual como para sobreposição pós-aplicação).
SetInteriorColor(c: *Color)SetInteriorColor escreve /IC.
OverlayText()stringOverlayText retorna /OverlayText.
SetOverlayText(s: string)SetOverlayText escreve /OverlayText.
RepeatOverlayText()boolRepeatOverlayText retorna / Repito.
SetRepeatOverlayText(repeat: bool)SetRepeatOverlayText escreve /Repetir.
OverlayTextStyle()TextStyleOverlayTextStyle retorna o estilo reconstruído a partir de /DA + /Q.
SetOverlayTextStyle(s: TextStyle)SetOverlayTextStyle escreve /DA + /Q.

Ver também:

 Português