Skip to content

Commit

Permalink
Created API 24.11 gist
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Nov 7, 2024
1 parent 89c45e2 commit 736d7d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExAI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ExAI : ApiExampleBase
public void AiSummarize()
{
//ExStart:AiSummarize
//ReleaseVersion:24.11
//GistId:366eb64fd56dec3c2eaa40410e594182
//ExFor:GoogleAiModel
//ExFor:OpenAiModel
//ExFor:IAiModelText
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExCharts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ public void PieOfPieChart()
public void FormatCode()
{
//ExStart:FormatCode
//ReleaseVersion:24.11
//GistId:366eb64fd56dec3c2eaa40410e594182
//ExFor:ChartXValueCollection.FormatCode
//ExFor:ChartYValueCollection.FormatCode
//ExFor:BubbleSizeCollection.FormatCode
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocumentProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ public void PropertyTypes()
public void ExtendedProperties()
{
//ExStart:ExtendedProperties
//ReleaseVersion:24.11
//GistId:366eb64fd56dec3c2eaa40410e594182
//ExFor:BuiltInDocumentProperties.ScaleCrop
//ExFor:BuiltInDocumentProperties.SharedDocument
//ExFor:BuiltInDocumentProperties.HyperlinksChanged
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExPdfSaveOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,7 @@ public void SdtTagAsFormFieldName()
public void RenderChoiceFormFieldBorder()
{
//ExStart:RenderChoiceFormFieldBorder
//ReleaseVersion:24.11
//GistId:366eb64fd56dec3c2eaa40410e594182
//ExFor:PdfSaveOptions.RenderChoiceFormFieldBorder
//ExSummary:Shows how to render PDF choice form field border.
Document doc = new Document(MyDir + "Legacy drop-down.docx");
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExRevision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public void IgnoreStoreItemId()
public void RevisionCellColor()
{
//ExStart:RevisionCellColor
//ReleaseVersion:24.11
//GistId:366eb64fd56dec3c2eaa40410e594182
//ExFor:RevisionOptions.InsertCellColor
//ExFor:RevisionOptions.DeleteCellColor
//ExSummary:Shows how to work with insert/delete cell revision color.
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,7 @@ public void Hidden()
public void CommandButtonCaption()
{
//ExStart:CommandButtonCaption
//ReleaseVersion:24.11
//GistId:366eb64fd56dec3c2eaa40410e594182
//ExFor:Forms2OleControl.Caption
//ExSummary:Shows how to set caption for ActiveX control.
DocumentBuilder builder = new DocumentBuilder();
Expand Down

0 comments on commit 736d7d0

Please sign in to comment.